SPPolicyRole Members
Include Protected Members
Include Inherited Members
Defines the rights granted and denied to a single policy role.
The SPPolicyRole type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPPolicyRole | Initializes a new instance of the SPPolicyRole class with no rights denied or granted. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
DenyRightsMask | Gets or sets the rights that are denied through the policy role. |
![]() |
Description | Gets or sets a description for the policy role. |
![]() |
GrantRightsMask | Gets or sets the rights that are granted through the policy role. |
![]() |
Id | Gets the GUID of the policy role. |
![]() |
IsSiteAdmin | Gets or sets a Boolean value that specifies whether the policy role grants site-collection administrator status. |
![]() |
IsSiteAuditor | Gets or sets a Boolean value that specifies whether the policy role grants site-collection auditor status. |
![]() |
Name | Gets or sets the name of the policy role. |
![]() |
Type | Gets the role type of the policy role. |
![]() |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
![]() |
Xml | Gets an XML representation of the policy role. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Overrides Object.GetHashCode().) |
![]() |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnDeserialization | Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top