Click or drag to resize
DebugHelperGetDebugBoolSetting Method (String)
Returns logical or of setting in web.config and setting.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static bool GetDebugBoolSetting(
	string keyName
)

Parameters

keyName
Type: SystemString
Name of the setting

Return Value

Type: Boolean
See Also