Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- workItemType
Type: System.Guid
Return value
Type: Microsoft.SharePoint.SPWorkItemCollection