SPWorkItemJobDefinition.GetWorkItems method

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

Syntax

'Declaration
Protected Overridable Function GetWorkItems ( _
    db As SPContentDatabase, _
    workItemType As Guid _
) As SPWorkItemCollection
'Usage
Dim db As SPContentDatabase
Dim workItemType As Guid
Dim returnValue As SPWorkItemCollection

returnValue = Me.GetWorkItems(db, _
    workItemType)
protected virtual SPWorkItemCollection GetWorkItems(
    SPContentDatabase db,
    Guid workItemType
)

Parameters

Return value

Type: Microsoft.SharePoint.SPWorkItemCollection

See also

Reference

SPWorkItemJobDefinition class

SPWorkItemJobDefinition members

Microsoft.SharePoint.Administration namespace