SPWorkflowAssociationCollection Members

Include Protected Members
Include Inherited Members

Represents the workflow associations on a SharePoint list.

The SPWorkflowAssociationCollection type exposes the following members.

Constructors

  Name Description
Protected method SPWorkflowAssociationCollection

Top

Properties

  Name Description
Public property Count Gets the total number of workflow associations in the collection. (Overrides SPBaseCollection.Count.)
Public property Item[Guid] Gets the specified workflow association.
Public property Item[Int32] Gets the specified workflow association.
Public property ParentList Gets the list in which the workflow association collection resides.
Public property ParentSite Gets the site collection on which the workflow association collection resides.
Public property ParentWeb Gets the site on which the workflow association collection resides.
Public property SoapXml Gets a string the represents the workflow association collection in XML format.
Public property UpgradedPersistedProperties Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.)

Top

Methods

  Name Description
Protected method AddCore
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAssociationByBaseID Returns the workflow association based on workflow template ID.
Public method GetAssociationByName Returns the workflow association based on its name.
Protected method GetAssociationCore
Public methodStatic member GetAssociationForListItemById Returns the specified workflow association for a given list item.
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Retrieves the data required to serialize the object. (Inherited from SPAutoSerializingObject.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.)
Protected method SetUtilityLists
Public method ToString (Inherited from Object.)
Protected method UpdateCore
Protected method UpdateParent Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from SPBaseCollection.)

Top

See Also

Reference

SPWorkflowAssociationCollection Class

Microsoft.SharePoint.Workflow Namespace