SPObjectRights Members
Include Protected Members
Include Inherited Members
Defines the rights that can be applied to a secured object.
The SPObjectRights type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Except | When implemented in a derived class, creates a new set of rights that contains all of the current object rights that do not appear in the specified rights. |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IsSubsetOf | When implemented in a derived class, determines whether the current object rights are a subset of the specified rights. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Union | When implemented in a derived class, creates a new set of rights that is the union of the current object rights and the specified rights. |
Top