SPRoleAssignment Members
Include Protected Members
Include Inherited Members
Defines the role assignments for a user or group on the current object.
The SPRoleAssignment type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPRoleAssignment(SPPrincipal) | Initializes a new instance of the SPRoleAssignment class that has no role definition bindings for the specified user or group. | |
SPRoleAssignment(String, String, String, String) | Initializes a new instance of the SPRoleAssignment class that has no role definition bindings for the specified user. |
Top
Properties
Name | Description | |
---|---|---|
Member | Gets the user or group for the role assignment. | |
Parent | Gets the parent object for the role assignment. | |
ParentSecurableObject | Gets the parent object for the role assignment. | |
RoleDefinitionBindings | Gets the collection of role definition bindings for the role assignment. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ImportRoleDefinitionBindings | Imports the specified role definition bindings into the collection of role definitions that are bound to the role assignment. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Update | Updates the role assignment object with changes that have been made to its properties. |
Top