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