DebugHelper GetDebugBoolSetting Method (String, Boolean, Boolean)Kentico 8.0 API Reference
Returns logical or of setting in web.config and setting.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

keyName
Type: OnlineSystem String
Name of the setting
defaultValue
Type: OnlineSystem Boolean
Default value of the web.config setting
checkDisabled (Optional)
Type: OnlineSystem Boolean
If true, the disabled setting is checked for this setting

Return Value

Type: OnlineBoolean
See Also