SetModerationStatusActivity.DoUpdate method
Performs the update to the specified list item moderation status.
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.
See also
Reference
SetModerationStatusActivity class