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.
Performs the update to the specified list item field.
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Protected Overrides Sub DoUpdate ( _
provider As ActivityExecutionContext _
)
'Usage
Dim provider As ActivityExecutionContext
Me.DoUpdate(provider)
protected override void DoUpdate(
ActivityExecutionContext provider
)
Parameters
provider
Type: System.Workflow.ComponentModel.ActivityExecutionContextThe ActivityExecutionContext that is associated with this Activity and execution.