TheCDESettings..::..GetAppSetting Method
Gets a setting from the Settings Factory of the C-DEngine
Namespace:
nsCDEngine.ISMAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public virtual string GetAppSetting( string pSetting, string alt, bool IsEncrypted, bool IsAltDefault, Nullable<Guid> pOwner )
Parameters
- pSetting
- Type: String
Key of the setting
- alt
- Type: String
If not found, this function returns this alternative
- IsEncrypted
- Type: Boolean
True if the key is encrypted in the app.config
- IsAltDefault
- Type: Boolean
returns alt if key exists but is null or empty