Monday, August 27, 2012

SharePoint 2013 – New Event Receiver for Groups,Users,Roles,Inheritance

SharePoint 2013 has Introduced a New and much needed Event Receiver class “SPSecurityEventReceiver”. Using this class you can add Event Handlers around SharePoint Groups, Users, Roles and Permission Inheritance.
Here is the list of events that you can handle in SharePoint 2013 Preview.
You can Handle the following SharePoint Group Events -
    • GroupAdded
    • GroupAdding
    • GroupDeleted
    • GroupDeleting
    • GroupUpdated
    • GroupUpdating
You can Handle the following SharePoint User Events -
      1. GroupUserAdded
      2. GroupUserAdding
      3. GroupUserDeleted
      4. GroupUserDeleting
      5. RoleAssignmentAdded
      6. RoleAssignmentAdding
      7. RoleAssignmentDeleted
      8. RoleAssignmentDeleting
      9. RoleDefinitionAdded
      10. RoleDefinitionAdding
      11. RoleDefinitionDeleted
      12. RoleDefinitionDeleting
      13. RoleDefinitionUpdated
      14. RoleDefinitionUpdating
You can Handle the following Inheritance Events -
    1. InheritanceBreaking
    2. InheritanceBroken
    3. InheritanceReset
    4. InheritanceResetting

No comments:

Post a Comment