SPUserCustomActionCollection members
Represents a collection of SPUserCustomAction objects.
The SPUserCustomActionCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of SPUserCustomAction objects in this collection. | |
Item | Gets the SPUserCustomAction object at the specified index in the collection. | |
Scope | Gets the scope of the collection. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a new user custom action object to the collection. | |
Clear | Deletes all SPUserCustomAction objects in the collection. | |
CopyTo | Copies the elements of the collection to an array, starting at the specified index. This method is an alternative implementation of ICollection.CopyTo(Array, Int32) that returns the collection as a strongly typed array. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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 index. | |
IEnumerable<SPUserCustomAction>.GetEnumerator | Returns an enumerator that provides a generic iteration of the collection. | |
IEnumerable.GetEnumerator | Returns an enumerator for the collection. | |
ICollection.IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread safe). | |
ICollection.SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Top