WorkflowAssociation.Update method
Informs this workflow association’s parent WorkflowAssociation collection that changes have been made to this workflow association.
Namespace: Microsoft.SharePoint.Client.Workflow
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Sub Update
'Usage
Dim instance As WorkflowAssociation
instance.Update()
public void Update()
Exceptions
Exception | Condition |
---|---|
[System.ArgumentException] | This workflow association would allow manual start by a user without EditListItems permission. Error code: -2147024809. |
[System.NotSupportedException] | This workflow association is on an external data list. Error code: -1. |