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