Sharepoint 事件接​​收器和文档库及版本已删除

发布于 2024-11-25 09:41:08 字数 224 浏览 1 评论 0原文

我目前正在开发一个 Sharepoint 事件接​​收器项目,我需要根据与文件关联的版本何时被删除来获取事件。有没有相关的事件接收器?

当删除与文件关联的版本时,不会触发以下任何事件。

  • ItemDeleted
  • ItemUpdated
  • ItemAttachmentDeleted

我是否缺少某些内容或者根本不支持此功能?

I am currently developing a Sharepoint Event Receiver project and I need to fetch the event according to when a version associated to a file is deleted. Is there any event receiver for this?

None of the following events are being fired when a version associated to a file is deleted.

  • ItemDeleted
  • ItemUpdated
  • ItemAttachmentDeleted

Am I missing something or is this simply not supported?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

滥情哥ㄟ 2024-12-02 09:41:08

这是所有 EventReceiver 方法的列表 http://msdn.microsoft.com/en -us/library/ff407299.aspx

恐怕这些都无法提供您正在寻找的功能。您可以尝试使用其中一种同步方法,即 ItemDeleting

This is a list of all EventReceiver Methods http://msdn.microsoft.com/en-us/library/ff407299.aspx

I'm afraid none of these are able to provide the functionally you are looking for. You could try using one of the synchronous methods i.e ItemDeleting

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文