Поделиться через


Свойство SPSite.WorkflowManager

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.

Пространство имен:  Microsoft.SharePoint
Сборка:  Microsoft.SharePoint (в Microsoft.SharePoint.dll)

Синтаксис

'Декларация
Public ReadOnly Property WorkflowManager As SPWorkflowManager
    Get
'Применение
Dim instance As SPSite
Dim value As SPWorkflowManager

value = instance.WorkflowManager
public SPWorkflowManager WorkflowManager { get; }

Значение свойства

Тип: Microsoft.SharePoint.Workflow.SPWorkflowManager
The SPWorkflowManager object that is associated with the site collection.

См. также

Справочные материалы

SPSite класс

Элементы SPSite

Пространство имен Microsoft.SharePoint