Skip to main content

ICommandManager.ExecuteCommand method

Namespace: NextDesign.Desktop

Description

Executes the command with the given identifier.
Use this method to run another extension from your extension.
Also, if the command parameter is unnecessary, it can be executed without specification.

argument

NameTypeDescription
commandIdentifierstringcommand identifier
commandParamsICommandParamsCommand parameters.
If not specified, it will be executed with null.

Return value

  • void