ActionEngineUtilActionIsNone Method
Return a value indicating whether the value of the caller's action is
effectively 'None'.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static bool ActionIsNone(
string actionType
)
Public Shared Function ActionIsNone (
actionType As String
) As Boolean
No code example is currently available or this language may not be supported.
- actionType String
-
The action to inspect.
Boolean
True if the caller's action is effectively 'None'. Otherwise, false.