Click or drag to resize
SettingsHelperRemoveConfigValue Method
Remove the specified key from 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 RemoveConfigValue(
	string key
)

Parameters

key
Type: SystemString
Settings key

Return Value

Type: Boolean
See Also