ActionEngineUtilActionIsNone Method

Return a value indicating whether the value of the caller's action is effectively 'None'.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static bool ActionIsNone(
	string actionType
)

Parameters

actionType  String
The action to inspect.

Return Value

Boolean
True if the caller's action is effectively 'None'. Otherwise, false.

See Also