Table of Contents

Class BoolAppSetting

Namespace
CMS.Base
Assembly
CMS.Base.dll

Defined lazy initialized boolean setting

public class BoolAppSetting : AppSetting<bool>
Inheritance
object
CMSLazy<bool>
BoolAppSetting
Inherited Members
Extension Methods

Constructors

BoolAppSetting(string, bool)

Constructor

public BoolAppSetting(string keyName, bool defaultValue = false)

Parameters

keyName string

Settings key name

defaultValue bool

Default value

Methods

ConvertValue(object, bool)

Converts the value to a proper type

protected override bool ConvertValue(object value, bool defaultValue)

Parameters

value object

Value to convert

defaultValue bool

Default value

Returns

bool