SPWorkflowAssociationCollection.Remove Method (Guid)
Removes a workflow association with the specified ID from the collection.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public MustOverride Sub Remove ( _
associationId As Guid _
)
'Usage
Dim instance As SPWorkflowAssociationCollection
Dim associationId As Guid
instance.Remove(associationId)
public abstract void Remove(
Guid associationId
)
Parameters
associationId
Type: System.GuidThe ID of a workflow association to be removed from this collection.
Remarks
This method removes the workflow association with the ID specified by the associationId parameter from the collection.
See Also
Reference
SPWorkflowAssociationCollection Class