Share via


SPContentDatabase.GetActiveWorkItems-Methode

Ruft die Auflistung von Arbeitsaufgaben, die mit der Inhaltsdatenbank, die basierend auf den angegebenen Arbeitsaufgabentyp verknüpft sind.

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

Syntax

'Declaration
Public Function GetActiveWorkItems ( _
    workItemType As Guid _
) As SPWorkItemCollection
'Usage
Dim instance As SPContentDatabase
Dim workItemType As Guid
Dim returnValue As SPWorkItemCollection

returnValue = instance.GetActiveWorkItems(workItemType)
public SPWorkItemCollection GetActiveWorkItems(
    Guid workItemType
)

Parameter

  • workItemType
    Typ: System.Guid

    Ein System.Guid -Objekt, das den Typ von Arbeitsaufgaben in der Auflistung angibt.

Rückgabewert

Typ: Microsoft.SharePoint.SPWorkItemCollection

Siehe auch

Referenz

SPContentDatabase Klasse

SPContentDatabase-Member

Microsoft.SharePoint.Administration-Namespace