Method FindCategory
FindCategory(string)
Looks for a CategoryAsset, linked to this
CatalogItemAsset instance, by its id.
Declaration
public CategoryAsset FindCategory(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id |
Returns
| Type | Description |
|---|---|
| CategoryAsset | If found, returns the CategoryAsset instance,
othewise |
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException | The |