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.3.169
Syntax
ITransition InitialTransition()

Return Value

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