CommandItem Constructor
Creates a command item.
Syntax
public CommandItem(
System.string uniqueId,
System.string label
)Public Function New( _
ByVal uniqueId As System.String, _
ByVal label As System.String _
)Parameters
| Name | Description |
|---|---|
| uniqueId | Command-extension-supplied identifier. This id should be unique |
| label | Label presented to Vault Explorer users to identify the command |