Share via


SPWorkflow - Constructeur (SPWeb, Guid)

Initialise une nouvelle instance d'une instance de flux de travail unique s'exécutant sur un SPWeb doivent être extraites de la base de données.

Espace de noms :  Microsoft.SharePoint.Workflow
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    web As SPWeb, _
    workflowInstanceId As Guid _
)
'Utilisation
Dim web As SPWeb
Dim workflowInstanceId As Guid

Dim instance As New SPWorkflow(web, workflowInstanceId)
public SPWorkflow(
    SPWeb web,
    Guid workflowInstanceId
)

Paramètres

  • workflowInstanceId
    Type : System.Guid

    GUID qui contient l'ID de l'instance du flux de travail.

Voir aussi

Référence

SPWorkflow classe

SPWorkflow - Membres

SPWorkflow - Surcharge

Microsoft.SharePoint.Workflow - Espace de noms

Autres ressources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview