Method SetStoreID
SetStoreID(string, string)
Assigns or adds the a store for this item by name and id.
Declaration
public void SetStoreID(string aStore, string aId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aStore | The name of the store. |
| string | aId | The unique id of the store. |