Removes all command values matching given full name.

Syntax

Smartsite SXML CopyCode image Copy Code
spice.command.remove(string fullName)
spice.command.remove(string scope, string shortcut)

Parameters

Name Data Type Description
fullName String The full name.
scope String The scope.
shortcut String The shortcut.

Return Value

None.

Expand image Example

SXML