IWorkflowAllowedTransitions Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference