Class BoolAppSetting
Defined lazy initialized boolean setting
public class BoolAppSetting : AppSetting<bool>- Inheritance
- 
      objectCMSLazy<bool>AppSetting<bool>BoolAppSetting
- Inherited Members
- Extension Methods
Constructors
BoolAppSetting(string, bool)
Constructor
public BoolAppSetting(string keyName, bool defaultValue = false)Parameters
- keyNamestring
- Settings key name 
- defaultValuebool
- Default value 
Methods
ConvertValue(object, bool)
Converts the value to a proper type
protected override bool ConvertValue(object value, bool defaultValue)Parameters
- valueobject
- Value to convert 
- defaultValuebool
- Default value 
Returns
- bool