This topic has not yet been rated - Rate this topic

SPWorkflowAssociationCollection.Remove method (SPWorkflowAssociation)

Removes a workflow association from the collection.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public void Remove(
	SPWorkflowAssociation association
)

Parameters

association
Type: Microsoft.SharePoint.Workflow.SPWorkflowAssociation
The workflow association to be removed from this collection.
ExceptionCondition
ArgumentNullException

association is null .

This method removes the workflow association specified by the association parameter from the collection.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.