ReplaceListItemPermissionsActivity.DoUpdate Method
Performs the update to the specified list permissions.
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
ReplaceListItemPermissionsActivity Class