ActionItemBaseTAction, TCollectionGetActionName Method
Return the predefined version of the caller-supplied action name.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static string GetActionName(
string actionName
)
Public Shared Function GetActionName (
actionName As String
) As String
No code example is currently available or this language may not be supported.
- actionName String
-
Casual name of the action to look up.
String
Formal name of the specified action, if found.