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.6.492
Syntax
bool RemoveAction(
	IAction action
)

Parameters

action  IAction
The Action to remove

Return Value

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