| BoolAppSetting Constructor  | 
            Constructor
            
 
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntaxpublic BoolAppSetting(
	string keyName,
	bool defaultValue = false
)
Parameters
- keyName
 - Type: SystemString
Settings key name - defaultValue (Optional)
 - Type: SystemBoolean
Default value 
See Also