Click or drag to resize

IWorkflowDefinitionTransitionByName Method


Retrieves a Transition from the collection by its name.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
ITransition TransitionByName(
	string name
)

Parameters

name
Type: SystemString
Name of the Transition to retrieve

Return Value

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