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.
Updates the specified workflow association in the collection.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public MustOverride Sub Update ( _
workflowAssociation As SPWorkflowAssociation _
)
'Usage
Dim instance As SPWorkflowAssociationCollection
Dim workflowAssociation As SPWorkflowAssociation
instance.Update(workflowAssociation)
public abstract void Update(
SPWorkflowAssociation workflowAssociation
)
workflowAssociation
Type: Microsoft.SharePoint.Workflow.SPWorkflowAssociationA workflow association to be updated in this collection.
This method updates the workflow association specified by the workflowAssociation parameter in the collection.
SPWorkflowAssociationCollection class