Lists the string literals used to execute application commands.

The RequestableCommands class encapsulates the names of the application commands that can be requested via a call to ExecuteCommand. This class does not expose properties or methods. It serves as reference documentation about the application commands available to be called in script.

Name Description
Public class Static RequestableCommands List of application commands available to script.
Top