Share via


WorkflowSubscriptionCollection members

Represents a collection of SharePoint workflow subscriptions.

The WorkflowSubscriptionCollection type exposes the following members.

Constructors

  Name Description
Public method WorkflowSubscriptionCollection() Initializes a new instance of the WorkflowSubscriptionCollection class.
Public method WorkflowSubscriptionCollection(IList<WorkflowSubscription>) Initializes a new instance of the WorkflowSubscriptionCollection class with a list of associated workflow subscriptions.

Top

Properties

  Name Description
Public property Count (Inherited from Collection<WorkflowSubscription>.)
Public property Item (Inherited from Collection<WorkflowSubscription>.)
Protected property Items (Inherited from Collection<WorkflowSubscription>.)

Top

Methods

  Name Description
Public method Add (Inherited from Collection<WorkflowSubscription>.)
Public method Clear (Inherited from Collection<WorkflowSubscription>.)
Protected method ClearItems (Inherited from Collection<WorkflowSubscription>.)
Public method Contains (Inherited from Collection<WorkflowSubscription>.)
Public method CopyTo (Inherited from Collection<WorkflowSubscription>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<WorkflowSubscription>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<WorkflowSubscription>.)
Public method Insert (Inherited from Collection<WorkflowSubscription>.)
Protected method InsertItem (Inherited from Collection<WorkflowSubscription>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection<WorkflowSubscription>.)
Public method RemoveAt (Inherited from Collection<WorkflowSubscription>.)
Protected method RemoveItem (Inherited from Collection<WorkflowSubscription>.)
Protected method SetItem (Inherited from Collection<WorkflowSubscription>.)
Public method Sort Sorts the workflow subscriptions in the collection.
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from Collection<WorkflowSubscription>.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from Collection<WorkflowSubscription>.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from Collection<WorkflowSubscription>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from Collection<WorkflowSubscription>.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from Collection<WorkflowSubscription>.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from Collection<WorkflowSubscription>.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from Collection<WorkflowSubscription>.)
Explicit interface implemetationPrivate property ICollection<T>.IsReadOnly (Inherited from Collection<WorkflowSubscription>.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from Collection<WorkflowSubscription>.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from Collection<WorkflowSubscription>.)
Explicit interface implemetationPrivate property IList.Item (Inherited from Collection<WorkflowSubscription>.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from Collection<WorkflowSubscription>.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from Collection<WorkflowSubscription>.)

Top

See also

Reference

WorkflowSubscriptionCollection class

Microsoft.SharePoint.WorkflowServices namespace