Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes a workflow association from the collection.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Sub Remove ( _
association As SPWorkflowAssociation _
)
'Usage
Dim instance As SPWorkflowAssociationCollection
Dim association As SPWorkflowAssociation
instance.Remove(association)
public void Remove(
SPWorkflowAssociation association
)
association
Type: Microsoft.SharePoint.Workflow.SPWorkflowAssociation
The workflow association to be removed from this collection.
Exception | Condition |
---|---|
ArgumentNullException | association is null . |
This method removes the workflow association specified by the association parameter from the collection.
SPWorkflowAssociationCollection class
Please sign in to use this experience.
Sign in