SPSite.WorkflowManager-Eigenschaft
Gets the SPWorkflowManager object that is associated with the site collection, enabling you to centrally control the workflow templates and instances across the site collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property WorkflowManager As SPWorkflowManager
Get
'Usage
Dim instance As SPSite
Dim value As SPWorkflowManager
value = instance.WorkflowManager
public SPWorkflowManager WorkflowManager { get; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Workflow.SPWorkflowManager
The SPWorkflowManager object that is associated with the site collection.