Method SetTagKey
SetTagKey(string)
Updates which tag of items within the store should be displayed by this view.
Declaration
public void SetTagKey(string tagKey)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tagKey | The key for the tag of items that should be displayed. To show all transactions in a store (no tag filtering) null can be passed as the tagKey. |
Remarks
If the storeKey param matches existing tag selection, or is not found in the tag catalog no action will be taken.