Document.GetWorkflowTasks Method

Definition

Returns the workflow tasks that are assigned to the document.

public:
 Microsoft::Office::Core::WorkflowTasks ^ GetWorkflowTasks();
public Microsoft.Office.Core.WorkflowTasks GetWorkflowTasks ();
abstract member GetWorkflowTasks : unit -> Microsoft.Office.Core.WorkflowTasks
Public Function GetWorkflowTasks () As WorkflowTasks

Returns

A WorkflowTasks collection that contains the workflow tasks that are assigned to the document.

Applies to