Click or drag to resize
BaseWorkflowAction<InfoType, StateInfoType, ActionEnumType>.Manager Property
Manager.

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

Property Value

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