SPPolicy.SPPolicyRoleBindingCollection members
Represents the collection of policy roles through which each user or group is bound to a policy.
The SPPolicy.SPPolicyRoleBindingCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of policy roles in the binding. (Overrides SPBaseCollection.Count.) | |
Item[Int32] | Gets the policy role at the specified index in the collection. | |
Item[SPPolicyRole] | Gets the policy role for the specified policy role. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the specified policy role to the binding collection. | |
AddById | Adds the policy role with the specified GUID to the binding collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
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.) | |
Remove | Removes the specified policy role from the binding collection. | |
RemoveAll | Removes all policy role bindings from the policy. | |
RemoveById | Removes the specified policy role from the policy based on the specified GUID. | |
ToString | Returns a list of the policy roles that are bound to the containing policy. (Overrides Object.ToString().) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top