SettingsHelperRemoveConfigValue Method |
Remove the specified key from the AppSettings section for web application.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax public static bool RemoveConfigValue(
string key
)
Parameters
- key
- Type: SystemString
Settings key
Return Value
Type:
BooleanSee Also