SPWorkflowAssociationCollection.SetUtilityLists-Methode

Gibt die Aufgabenliste und die Verlaufsliste für den angegebenen SPWorkflowAssociation.

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

Syntax

'Declaration
Protected Friend Sub SetUtilityLists ( _
    wa As SPWorkflowAssociation, _
    forceUtilityListCreation As Boolean _
)
'Usage
Dim wa As SPWorkflowAssociation
Dim forceUtilityListCreation As Boolean

Me.SetUtilityLists(wa, forceUtilityListCreation)
protected internal void SetUtilityLists(
    SPWorkflowAssociation wa,
    bool forceUtilityListCreation
)

Parameter

  • forceUtilityListCreation
    Typ: System.Boolean

    true der Aufgabenliste und eine Verlaufsliste erstellen, wenn diese nicht vorhanden sind; andernfalls false.

Hinweise

Diese Methode gibt die Aufgabenliste auf die Workflowaufgaben erstellt werden und der Verlaufsliste der Workflow Verlaufsereignisse für die waangemeldet sind.

Siehe auch

Referenz

SPWorkflowAssociationCollection Klasse

SPWorkflowAssociationCollection-Member

Microsoft.SharePoint.Workflow-Namespace