Tagged Questions
1
vote
2answers
676 views
Display a success message to user in a SharePoint Document Library after validation in ItemAdding Event
When validating a document in the ItemAdding event there are many ways to display errors to the user, but there doesn't seem to be a way to display successes to user, like a validation was successful. ...
1
vote
4answers
1k views
How do you get file details in a SharePoint ItemEventReciever in the ItemAdding Event?
I would expect something like this to work but the ListItem, BeforeProperties, AfterProperties are all null/empty.
I need the file name and file content.
public class MyItemEventReceiver : ...