Method SetStoreKey
SetStoreKey(string, string)
Updates which store should be displayed by this view.
Declaration
public void SetStoreKey(string storeKey, string tagKey = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | storeKey | The identifier for the store that should be displayed. |
| string | tagKey | The key for the tag of items that should be displayed. |
Remarks
If the storeKey param is null or empty, or is not found in the store catalog no action will be taken.