Method FindTag
FindTag(string)
Looks for a Tag by its id
.
Declaration
public Tag FindTag(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id |
Returns
Type | Description |
---|---|
Tag | The requested Tag instance, or nullif not found. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | If the |