Appearance
Move Command Group Command
Moves a command of a command group up or down.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Command | string | Name of the command ([Command]). | yes | ||
| CommandGroup | string | Name of the command group ([CommandGroup]). | yes | ||
| Direction | string | Move direction: [Up] or [Down]. | yes |
Result
No fields
Code
text
MOVE COMMAND GROUP COMMAND
COMMAND=[string, Needed]
COMMANDGROUP=[string, Needed]
DIRECTION=[string, Needed]