M-Files UI Extensibility Framework
GetCommandName Method
ICommands Interface : GetCommandName Method
The command id. Can be a builtin command enumerated value or custom command id.
Description
Resolves the name that has been associated with the given command id.
Syntax
Visual Basic
Public Function GetCommandName( _
   ByVal command As Long _
) As String
Parameters
command
The command id. Can be a builtin command enumerated value or custom command id.
Return Type
Returns the name of the command.
Remarks
Supported in M-Files 9.0.3372.6 and newer.
See Also

ICommands Interface  | ICommands Members