Interface ICustomSettingRetriever
Can be used to override the SettingsHelper functionality to provide an alternative method for retrieving custom setting values from propeitary sources
Namespace: LemonEdge.Utils
Assembly: Utils.dll
Syntax
public interface ICustomSettingRetriever
Methods
GetAppSettingValue(String)
Returns a value for the specified setting key
Declaration
string GetAppSettingValue(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | key | The setting key to return a value for |
Returns
| Type | Description |
|---|---|
| System.String | A value for the specified setting |