Click or drag to resize
AppSetting<TValue> Constructor
Constructor

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

Parameters

keyName
Type: System.String
Settings key name
defaultValue
Type: TValue
Default value
converter
Type: System.Func<Object, TValue, TValue>
Conversion function
See Also