Table of Contents

Class IntAppSetting

Namespace
CMS.Base
Assembly
CMS.Base.dll

Defined lazy initialized integer setting

public class IntAppSetting : AppSetting<int>
Inheritance
object
CMSLazy<int>
IntAppSetting
Inherited Members
Extension Methods

Constructors

IntAppSetting(string, int)

Constructor

public IntAppSetting(string keyName, int defaultValue)

Parameters

keyName string

Settings key name

defaultValue int

Default value

Methods

ConvertValue(object, int)

Converts the value to a proper type

protected override int ConvertValue(object value, int defaultValue)

Parameters

value object

Value to convert

defaultValue int

Default value

Returns

int