IWorkflowDefinitionTransitionByName Method Ingeniux CMS Content Store API

Retrieves a Transition from the collection by its name.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
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

Reference