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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'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
)
Parameters
workflowAssociation
Type: Microsoft.SharePoint.Workflow.SPWorkflowAssociationA workflow association to be updated in this collection.
Remarks
This method updates the workflow association specified by the workflowAssociation parameter in the collection.
See Also
Reference
SPWorkflowAssociationCollection Class