Click or drag to resize
AppSettingTValue Constructor
Constructor

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public AppSetting(
	string keyName,
	TValue defaultValue,
	Func<Object, TValue, TValue> converter
)

Parameters

keyName
Type: SystemString
Settings key name
defaultValue
Type: TValue
Default value
converter
Type: SystemFuncObject, TValue, TValue
Conversion function
See Also