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.3.169
Syntax
bool RemoveTransition(
	ITransition transition
)

Parameters

transition
Type: Ingeniux.CMSITransition
Transition to remove

Return Value

Type: 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