SPWorkflowAssociationCollection Members
Include Protected Members
Include Inherited Members
Represents the workflow associations on a SharePoint 2010 list.
The SPWorkflowAssociationCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPWorkflowAssociationCollection | Initializes a new instance of the SPWorkflowAssociationCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the total number of workflow associations in the collection. (Overrides SPBaseCollection.Count.) | |
Item[Guid] | Gets the workflow association with the specified GUID. | |
Item[Int32] | Gets the workflow association at the specified index. | |
ParentList | Gets the list in which the workflow association collection resides. | |
ParentSite | Gets the site collection on which the workflow association collection resides. | |
ParentWeb | Gets the site on which the workflow association collection resides. | |
SoapXml | Gets a string that represents the workflow association collection in XML format. | |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds the specified workflow association to the collection. | |
AddCore | Adds the specified workflow association to the collection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAssociationByBaseID | Returns the workflow association based on the workflow template ID. | |
GetAssociationByName | Returns the workflow association based on its name. | |
GetAssociationCore | Gets the workflow associations with specified GUID from the collection. | |
GetAssociationForListItemById | Returns the specified workflow association for a given list item. | |
GetEnumerator | (Inherited from SPBaseCollection.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
GetTypedEnumerator<T> | (Inherited from SPBaseCollection.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | (Inherited from SPAutoSerializingObject.) | |
Remove(Guid) | Removes a workflow association with the specified ID from the collection. | |
Remove(SPWorkflowAssociation) | Removes a workflow association from the collection. | |
SetUtilityLists | Specifies the task list and history list for the specified SPWorkflowAssociation. | |
ToString | (Inherited from Object.) | |
Update | Updates the specified workflow association in the collection. | |
UpdateAssociationsToLatestVersion | Updates all workflow associations to the latest version of the workflows. | |
UpdateCore | Updates the specified workflow association in the collection. | |
UpdateParent | (Inherited from SPAutoSerializingObject.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | (Inherited from SPBaseCollection.) | |
ICollection.IsSynchronized | (Inherited from SPBaseCollection.) | |
ICollection.SyncRoot | (Inherited from SPBaseCollection.) |
Top