Method RemoveAssetEntry
RemoveAssetEntry(string, bool)
Remove an asset entry.
Declaration
public bool RemoveAssetEntry(string guid, bool postEvent = true)
Parameters
| Type | Name | Description |
|---|---|---|
| string | guid | The guid of the asset. |
| bool | postEvent | Send modifcation event. |
Returns
| Type | Description |
|---|---|
| bool | True if the entry was found and removed. |