NSCommandInfo
An instance of this class describes a custom command, declared and implemented by a document plugin.
An instance of this class describes a custom command, declared and implemented by a document plugin.
Initializes a new instance of the NSCommandInfo class.
Returns: CRMScript.Global.String - Display name, shown in menus, command lists and similar GUI elements.
Example:
Returns: CRMScript.Global.String - Tooltip string associate with the command* can be a literal or a tooltip hint.
Example:
Returns: CRMScript.Global.String - Icon hint, which should resolve to an icon that is compatible in size with a standard menu or dropdown list font. May be blank.
Example:
Returns: CRMScript.Global.String - The programmatic name of the command, uniquely identifying this command for the document plugin.
Example:
Returns: CRMScript.Global.Integer - Declaration of what kind of return type the execution of this command will give. See <xref href=“CRMScript.NetServer.ReturnType” data-throw-if-not-resolved=“false”></xref>.
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Related topics
NSDocumentAgentNamespace CRMScript.NetServerExecute Document CommandGit commandsCommand line and registry switches