SPPermission Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Use the new SPRoleDefinition and SPRoleAssignment classes instead, to define roles and to assign users to them. For more information, see Authorization Object Model. (In Windows SharePoint Services 2.0, SPRole represented the permission assigned to a user or group for a list or a site and is maintained for backward compatibility.)
The SPPermission type exposes the following members.
Properties
Name | Description | |
---|---|---|
BasePermissions | Obsolete. Gets the base permissions for the permission. | |
Member | Obsolete. Gets the member object for the user or group that has the permission. | |
Parent | Obsolete. Gets the parent object for the specified permission object, which can be a list or a Web site. | |
PermissionMask | Obsolete. Gets or sets the rights for the permission mask of the user or group. | |
Xml | Obsolete. Gets the permission object in XML format. |
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 | Obsolete. Returns the member ID of the user or group for the permission object. (Overrides Object.ToString().) |
Top