Sharepoint 事件接收器和文档库及版本已删除
我目前正在开发一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是所有 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