Method GetStoreID
GetStoreID(string)
Gets the store id by name.
Declaration
public string GetStoreID(string store)
Parameters
Type | Name | Description |
---|---|---|
string | store | The name of the store. |
Returns
Type | Description |
---|---|
string | The id of the store if found, otherwise returns null. |