CustomDomainCommand Class

Defines a custom command for an IConfigurationDomainNode. AdminConfigurationManagerBase implementations will convert these to ConfigurationDomainCommands and ensure applicable MFAdmin requests will be delegated back to the Execute callback.

Definition

Namespace: MFiles.VAF.Configuration.AdminConfigurations
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class CustomDomainCommand
Inheritance
Object    CustomDomainCommand

Constructors

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