SPRoleDefinitionBindingCollection members
Defines the role definitions that are bound to a role assignment object.
The SPRoleDefinitionBindingCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPRoleDefinitionBindingCollection | Initializes a new instance of the SPRoleDefinitionBindingCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of role definitions in the binding collection. (Overrides SPBaseCollection.Count.) | |
Item | Gets the role definition at the specified index in the collection. | |
Xml | Gets the role definitions of the binding collection in XML format. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the specified role definition to the binding collection. | |
Contains | Returns a Boolean value that indicates whether the specified role definition is in the binding collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Gets an enumerator to iterate through the collection. (Inherited from SPBaseCollection.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetTypedEnumerator<T> | Returns a type-safe enumerator to iterate through the collection. (Inherited from SPBaseCollection.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove(Int32) | Removes the role definition at the specified index in the collection. | |
Remove(SPRoleDefinition) | Removes the specified role definition from the binding collection. | |
RemoveAll | Removes all role definitions from the binding collection. | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | Copies the elements of the collection to an array, starting at the specified array index. (Inherited from SPBaseCollection.) | |
ICollection.IsSynchronized | Gets a Boolean value that indicates whether access to the collection is synchronized or thread-safe. (Inherited from SPBaseCollection.) | |
ICollection.SyncRoot | Gets an object that is used to synchronize access to the collection. (Inherited from SPBaseCollection.) |
Top