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