ICDESettings..::..GetAppSetting Method
Gets a setting and allows to specify if the setting was encryped in the app.config or private settings store
Namespace:
nsCDEngine.InterfacesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
Parameters
- pSetting
- Type: String
Name of the setting
- alt
- Type: String
Alternative return if Setting was not found
- IsEncrypted
- Type: Boolean
if true, the setting is encrypted in the settings store (i.e. app.config)
- IsAltDefault
- Type: Boolean
Returns the alt even if the setting is set but empty