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.6.492
Syntax
IEnumerable<ITransition> AllowedTransitions()

Return Value

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