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)

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.Guid

    The 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

SPWorkflowAssociationCollection members

Remove overload

Microsoft.SharePoint.Workflow namespace