SPUserCustomActionCollection Members

Include Protected Members
Include Inherited Members

Represents a collection of SPUserCustomAction objects.

The SPUserCustomActionCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of SPUserCustomAction objects in this collection.
Public property Item Gets the SPUserCustomAction object at the specified index in the collection.
Public property Scope Gets the scope of the collection.

Top

Methods

  Name Description
Public method Add Adds a new user custom action object to the collection.
Public method Clear Deletes all SPUserCustomAction objects in the collection.
Public method 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.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo Copies the elements of the collection to an array, starting at the specified index.
Explicit interface implemetationPrivate method IEnumerable<SPUserCustomAction>.GetEnumerator Returns an enumerator that provides a generic iteration of the collection.
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator for the collection.
Explicit interface implemetationPrivate property ICollection.IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread safe).
Explicit interface implemetationPrivate property ICollection.SyncRoot Gets an object that can be used to synchronize access to the collection.

Top

See Also

Reference

SPUserCustomActionCollection Class

Microsoft.SharePoint Namespace