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.
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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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; }
Property Value
Type: Microsoft.SharePoint.Workflow.SPWorkflowManager
The SPWorkflowManager object that is associated with the site collection.