SettingsHelperSetConfigValue Method |
Sets or adds the specified key to the AppSettings section for web application.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public static bool SetConfigValue(
string key,
string value
)
Parameters
- key
- Type: SystemString
Settings key - value
- Type: SystemString
Settings value
Return Value
Type:
BooleanSee Also