We are trying to create an ItemAdded event receiver that will update Created By (Author) field in a custom SharePoint list. In this custom list we have enabled Item-Lever Permissions so that userA wil
I have a question about the synchrounous event receivers in Sharepoint 2007. As example, lets look at the event ItemUpdating: Is it safe开发者_StackOverflow社区 to assume that the update operation wi
I am trying to figure out how to get the title of a list item from the ba开发者_Go百科se.ItemAdding(properties);
We have several custom lists, each of which has s开发者_如何学Goeveral event receivers associated with it (although only a couple have actually been written as of now). This event receivers handle a m
I have an event receiver for a content type to validate some data in the ItemUpdating event. If I cancel the event (some of the data isn\'t valid for example), I set the properties cancel to true: