Wow. This is excellent news for me, no for all of us. The question we have discussed almost 15-20 times since SharePoint 2007 was released is "Site Permissions, People and Groups are also SharePoint lists, are there any event receivers bound to them?". This is needed for us to track the security for specific sites. For example, when someone is trying to add/edit/delete a user we like to track all of them we don't have any way in 2007, 2010 versions. Now, with these new event receivers we can track the security and can have full control over the complete SharePoint security by implementing the custom solutions. Really it's a great thought to have event receivers on these. The new event receiver class is "SPSecurityEventReceiver".
Below is the list by category the new event receivers.
SharePoint User, Role Events
Below is the list by category the new event receivers.
SharePoint User, Role Events
- GroupUserAdded
- GroupUserAdding
- GroupUserDeleted
- GroupUserDeleting
- RoleAssignmentAdded
- RoleAssignmentAdding
- RoleAssignmentDeleted
- RoleAssignmentDeleting
- RoleDefinitionAdded
- RoleDefinitionAdding
- RoleDefinitionDeleted
- RoleDefinitionDeleting
- RoleDefinitionUpdated
- RoleDefinitionUpdating
- GroupAdded
- GroupAdding
- GroupDeleted
- GroupDeleting
- GroupUpdated
- GroupUpdating
- InheritanceBreaking
- InheritanceBroken
- InheritanceReset
- InheritanceResetting
No comments:
Post a Comment