TheCommonUtils..::..cdeGetAppSetting Method (String, String, Boolean)
Note: This API is now obsolete.
Assembly: C-DEngine (in C-DEngine.dll)
Retrieves a setting from the App.config/web.config "Configuration" Settings
Namespace:
nsCDEngine.BaseClassesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
[ObsoleteAttribute] public static string cdeGetAppSetting( string pSetting, string alt, bool IsEncrypted )
<ObsoleteAttribute> _ Public Shared Function cdeGetAppSetting ( _ pSetting As String, _ alt As String, _ IsEncrypted As Boolean _ ) As String
[ObsoleteAttribute] public: static String^ cdeGetAppSetting( String^ pSetting, String^ alt, bool^ IsEncrypted )
Parameters
- pSetting
- Type: String
Key of the Configuration setting
- alt
- Type: String
Use this alternative if platform does not support the app.config
- IsEncrypted
- Type: Boolean
If set to true, the value is encrypted