IWorkflow.GetWorkflowTaskData Method

Gets the workflow task data for a specific workflow task.

Namespace:  Microsoft.Office.Workflow
Assembly:  Microsoft.Office.WorkflowSoap (in Microsoft.Office.WorkflowSoap.dll)

Syntax

'Declaration
Function GetWorkflowTaskData ( _
    taskId As Integer, _
    listId As Guid _
) As String
'Usage
Dim instance As IWorkflow
Dim taskId As Integer
Dim listId As Guid
Dim returnValue As String

returnValue = instance.GetWorkflowTaskData(taskId, _
    listId)
string GetWorkflowTaskData(
    int taskId,
    Guid listId
)

Parameters

  • listId
    Type: System.Guid
    Globally unique identifier (GUID) of a task list containing the task.

Return Value

Type: System.String
The workflow task data for a specific workflow task.

Remarks

For examples of how to use the Workflow object model, see the Workflow code sample folder and EnterpriseContentManagementStarterKitSampleGuide document in the ECM Starter Kit folder in the Microsoft Office SharePoint Server 2007 SDK download.

See Also

Reference

IWorkflow Interface

IWorkflow Members

Microsoft.Office.Workflow Namespace