I am trying to update a document in the item updating event receiver, but I keep getting the error: "The file IOF/This is a.docx has been modified by ....." I have the following code in my SP 2013 environment in an event receiver: public override void ItemUpdating(SPItemEventProperties properties) { EventFiringEnabled = false; properties.List.ParentWeb.AllowUnsafeUpdates = true;
|
↧
Event Receiver update document content on ItemUpdating
↧