Click or drag to resize

IWorkflowDefinitionTransitions Property


Gets the collection of Transitions that belong to this Workflow Definition.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
IEnumerable<ITransition> Transitions { get; }

Property Value

Type: IEnumerableITransition
See Also