SPWorkflowManager.GetItemTasks Method (SPListItem, SPWorkflowFilter)

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

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

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

returnValue = instance.GetItemTasks(item, _
    filter)
public SPWorkflowTaskCollection GetItemTasks(
    SPListItem item,
    SPWorkflowFilter filter
)

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 that satisfy the criteria specified by the filter parameter.

See Also

Reference

SPWorkflowManager Class

SPWorkflowManager Members

GetItemTasks Overload

Microsoft.SharePoint.Workflow Namespace

Other Resources

Workflows in SharePoint Foundation

Workflow Development for SharePoint Foundation

Workflow Object Model Overview in SharePoint Foundation