Click or drag to resize

IWorkflowDefinitionTransition Method


Retrieves a Transition from the collection by its unique ID.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
ITransition Transition(
	string id
)

Parameters

id
Type: SystemString
ID of the Transition to retrieve

Return Value

Type: ITransition
Transition with matching ID. Returns null if a matching ID doesn't exist.
See Also