SPSite.WorkflowManager Property

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.

See Also

Reference

SPSite Class

SPSite Members

Microsoft.SharePoint Namespace