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
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Sub Update
'Usage
Dim instance As WorkflowAssociation
instance.Update()
[RemoteAttribute]
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. |