IAdmCustomCommand
The IAdmCustomCommand interface represents a custom command.
Inheritance: IAdmBusinessRule2
Properties
-
Property
-
Description
-
CommandName
-
Gets the name of the custom command.
-
CommandID
-
Gets the globally unique identifier (GUID) of the custom command.
-
Confirmation
-
Gets or sets the confirmation text that is displayed before the custom command is executed.
-
CommandIcon
-
Gets or sets the index of the icon associated with the custom command.
Details
CommandName
Gets the name of the custom command.
- Type:
- String
- Access:
- Read-only
CommandID
Gets the globally unique identifier (GUID) of the custom command.
- Type:
- String
- Access:
- Read-only
Confirmation
Gets or sets the confirmation text that is displayed before the custom command is executed. When set to an empty string, the custom command is executed without any confirmation.
- Type:
- String
- Access:
- Read/Write
CommandIcon
Gets or sets the index of the icon associated with the custom command. Set this property to 0 (zero) if you don't want any icon to be associated with the custom command.
- Type:
- Object
- Access:
- Read/Write
Requirements
Minimum required version: 2011.1