다음을 통해 공유


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)

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