Method SetCategoryId
SetCategoryId(string)
Updates which category of items within the store should be displayed by this view.
Declaration
public void SetCategoryId(string categoryId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | categoryId | The id for the category of items that should be displayed. |
Remarks
If the categoryId param is null or empty, or is not found in the store catalog no action will be taken.