CustomDomainCommand Properties

Properties

Blocking Indicates whether the interface should be blocked while the command is being executed. Useful for longer running commands where further user interaction with the interface could negatively effect user experience or execution, or simply a way to indicate to the user that something is happening, and when it is over.
ChangesPendingConfirmMessage  
ConfirmMessage If specified, the message will be displayed to the user in a confirmation dialog after they've triggered the command, but before its execution. They will have the option to proceed or cancel the command.
DisplayName The display name to use for the command. Optional.
Execute The function to call when the command is triggered.
HelpText Help text to expose for the command. Optional.
ID A unique identifier for the command. Can be used to reference the command in status dashboards.
Locations A list of locations specifying where and how the command will be shown.

See Also