Share via


ISharePointService.UpdateAllTasks method

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)

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.Guid

    The ID of the workflow instance.

Remarks

This method is used by the UpdateAllTasks class of the Microsoft.SharePoint.WorkflowActions namespace.

See also

Reference

ISharePointService interface

ISharePointService members

Microsoft.SharePoint.Workflow namespace