StoreSettingsManager Class Methods
In This Topic
For a list of all members of this type, see StoreSettingsManager members.
Public Methods
| Name | Description |
 | Add |
Add a new store setting to this collection
|
 | GetValueByKey | Overloaded.
Gets the value of a setting for the given key
|
 | ReloadSettings |
Reload the store settings
|
 | Save |
Persists the settings to the database.
|
 | SetValueByKey |
Sets the value of a setting for given key
|
Top
Extension Methods
| Name | Description |
 | ToQueryString | Overloaded.
Use this method to bulid query string from NameValueCollection
|
Top
See Also