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 |
---|---|
Boolean | Returns true if the command was removed. |