| DebugHelperGetDebugBoolSetting Method (String, Boolean, Boolean) | 
            Returns logical or of setting in web.config and setting.
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 11.0.0
 Syntax
Syntaxpublic static bool GetDebugBoolSetting(
	string keyName,
	bool defaultValue,
	bool checkDisabled = true
)
Parameters
- keyName
- Type: SystemString
 Name of the setting
- defaultValue
- Type: SystemBoolean
 Default value of the web.config setting
- checkDisabled (Optional)
- Type: SystemBoolean
 If true, the disabled setting is checked for this setting
Return Value
Type: 
Boolean See Also
See Also