Sharepoint event receiver and document library and version is deleted -


i developing sharepoint event receiver project , need fetch event according when version associated file deleted. there event receiver this?

none of following events being fired when version associated file deleted.

  • itemdeleted
  • itemupdated
  • itemattachmentdeleted

am missing or not supported?

this list of eventreceiver methods http://msdn.microsoft.com/en-us/library/ff407299.aspx

i'm afraid none of these able provide functionally looking for. try using 1 of synchronous methods i.e itemdeleting


Comments

Popular posts from this blog

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

iphone - Using nested NSDictionary with Picker -

javascript - Iterate over array and calculate average values of array-parts -