Click or drag to resize

IWorkflowDefinitionRemoveTransition Method


Removes a Transition from the collection.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
bool RemoveTransition(
	ITransition transition
)

Parameters

transition  ITransition
Transition to remove

Return Value

Boolean
True if transition exists in collection, false otherwise.
Remarks
The transition to remove doesn't have to be the exact instance of the transition stored in this object; it just needs to have a matching ID.
See Also