SPWorkflowManager.GetItemTasks method (SPListItem)

Returns a collection of workflow tasks for the specified list item.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetItemTasks ( _
    item As SPListItem _
) As SPWorkflowTaskCollection
'Usage
Dim instance As SPWorkflowManager
Dim item As SPListItem
Dim returnValue As SPWorkflowTaskCollection

returnValue = instance.GetItemTasks(item)
public SPWorkflowTaskCollection GetItemTasks(
    SPListItem item
)

Parameters

Return value

Type: Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection
An SPWorkflowTaskCollection object that represents the workflow tasks for the item.

Remarks

This method gets the workflow tasks for the list item specified by the item parameter.

See also

Reference

SPWorkflowManager class

SPWorkflowManager members

GetItemTasks overload

Microsoft.SharePoint.Workflow namespace

Other resources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview