SPRoleAssignment constructor
Initializes a new instance of the SPRoleAssignment class that has no role definition bindings.
Overload list
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