Click or drag to resize
ActionsWorker<InfoType, StatusInfoType, ActionEnumType>.Manager Property
Workflow manager.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public AbstractWorkflowManager<InfoType, StatusInfoType, ActionEnumType> Manager { get; }

Property Value

Type: AbstractWorkflowManager<InfoType, StatusInfoType, ActionEnumType>
See Also