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