Table of Contents

Class StringAppSetting

Namespace
CMS.Base
Assembly
CMS.Base.dll

Defined lazy initialized string setting

public class StringAppSetting : AppSetting<string>
Inheritance
object
CMSLazy<string>
AppSetting<string>
StringAppSetting
Inherited Members
Extension Methods

Constructors

StringAppSetting(string, string)

Constructor

public StringAppSetting(string keyName, string defaultValue)

Parameters

keyName string

Settings key name

defaultValue string

Default value

Methods

ConvertValue(object, string)

Converts the value to a proper type

protected override string ConvertValue(object value, string defaultValue)

Parameters

value object

Value to convert

defaultValue string

Default value

Returns

string