Click or drag to resize

IWorkflowAllowedTransitions Method


Gets the allowed Transitions to execute from the workflow's current Work State.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
IEnumerable<ITransition> AllowedTransitions()

Return Value

Type: IEnumerableITransition
Collections of transitions.
Remarks
If no Transitions start from the current Work State, returns an empty collection.
See Also