IWorkflowDefinitionRemoveTransition Method Ingeniux CMS Content Store API

Removes a Transition from the collection.

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

Reference