Method FindTag
FindTag(string)
Looks for a Tag, linked to this
CatalogItem instance, by its tagKey.
Declaration
public Tag FindTag(string tagKey)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tagKey |
Returns
| Type | Description |
|---|---|
| Tag | If found, returns the Tag instance,
otherwise |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | The |