Method UnregisterCustomAssetGroupCommand
UnregisterCustomAssetGroupCommand(string)
Removes a registered custom group command.
Declaration
public static bool UnregisterCustomAssetGroupCommand(string cmdId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | cmdId | The command id. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the command was removed. |