Method ContainsTag
ContainsTag(string)
Tells whether or not a TagAsset with the given
id exists in this catalog.
Declaration
public bool ContainsTag(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The identifier of the TagAsset to find. |
Returns
| Type | Description |
|---|---|
| bool |
|
Exceptions
| Type | Condition |
|---|---|
| ArgumentException | If the |