SPPermissionInfo Members
Include Protected Members
Include Inherited Members
Represents the detailed permissions and role assignments for a user at a given scope.
The SPPermissionInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
Permissions | Gets the effective permissions for the user, including permissions from role assignments, permissions for anonymous user, permissions from security policy, and permissions from being a site collection administrationA bitwise combination of enumeration values that specifies a set of permissions. | |
RoleAssignments | Gets the role assignments that the user belongs to, directly or indirectly. For example, if the user belongs to a domain group that has permissions. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top