Method CreateCategory
CreateCategory(string)
Creates a new CategoryConfig instance.
Declaration
public CategoryConfig CreateCategory(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The identifier of the CategoryConfig instance to create. |
Returns
| Type | Description |
|---|---|
| CategoryConfig | The new CategoryConfig instance. |