SharePoint Document Library item title in Event Receiver AfterProperties
Filed Under (C#, SharePoint) by Boris Gomiunik on 04-01-2010
Here’s a short one worth taking note of. If you’re using SharePoint Event Receivers – more specifically synchronous event receivers (-ing) you might notice that if you try to set Properties.AfterProperties["Title"] in a document library for the strangest reason it doesn’t work. If that occurs, use the
AfterProperties["vti_title"]
And the Document Title can be managed.








































