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.
Updates all workflow tasks in the specified workflow instance with the specified task properties.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Sub UpdateAllTasks ( _
workflowId As Guid, _
properties As SPWorkflowTaskProperties _
)
'Usage
Dim instance As ISharePointService
Dim workflowId As Guid
Dim properties As SPWorkflowTaskProperties
instance.UpdateAllTasks(workflowId, properties)
void UpdateAllTasks(
Guid workflowId,
SPWorkflowTaskProperties properties
)
Parameters
workflowId
Type: System.GuidThe ID of the workflow instance.
properties
Type: Microsoft.SharePoint.Workflow.SPWorkflowTaskPropertiesThe task properties with which to update all tasks in the workflow instance.
Remarks
This method is used by the UpdateAllTasks class of the Microsoft.SharePoint.WorkflowActions namespace.