Click or drag to resize

IWorkflowDefinitionInitialTransition Method


Retrieves the Transition that takes the Page from the initial Work State to the next state.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
ITransition InitialTransition()

Return Value

ITransition
The initial transition.
Remarks
All Workflow Definitions have an initial Transition.
See Also