Click or drag to resize

ITransitionRemoveAction Method


Removes an Action from a transition.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
bool RemoveAction(
	IAction action
)

Parameters

action
Type: Ingeniux.CMSIAction
The Action to remove

Return Value

Type: Boolean
True if action exists in the transition, false otherwise.
See Also