Introduced support for managing permissions on secured objects (Web, List and ListItem entities) in SharePoint API
The list of changes:
Types:
-
RoleType
- Specifies the types of roles that are available for users and groups. -
RoleDefinitionCreationInformation
- Contains properties that are used as parameters to initialize a role definition.
Methods:
-
RoleAssignmentCollection.addRoleAssignment
- Adds a role assignment to the collection of role assignment objects -
RoleAssignmentCollection.getByPrincipalId
- Gets the role assignment associated with the specified principal ID from the collection -
RoleAssignmentCollection.removeRoleAssignment
- Removes the role assignment with the specified principal and role definition from the collection. -
RoleDefinitionCollection.getById
- Gets the role definition with the specified ID from the collect -
RoleDefinitionCollection.getByName
- Gets the role definition with the specified name. -
RoleDefinitionCollection.getByType
- Gets the role definition with the specified role type.