ActionItemBaseTAction, TCollectionGetActionName Method

Return the predefined version of the caller-supplied action name.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static string GetActionName(
	string actionName
)

Parameters

actionName  String
Casual name of the action to look up.

Return Value

String
Formal name of the specified action, if found.

See Also