Click or drag to resize
SettingsHelperSetConfigValue Method
Sets or adds the specified key to the AppSettings section for web application.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public static bool SetConfigValue(
	string key,
	string value
)

Parameters

key
Type: SystemString
Settings key
value
Type: SystemString
Settings value

Return Value

Type: Boolean
See Also