Click or drag to resize
BoolAppSetting Constructor
Constructor

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public BoolAppSetting(
	string keyName,
	bool defaultValue = false
)

Parameters

keyName
Type: SystemString
Settings key name
defaultValue (Optional)
Type: SystemBoolean
Default value
See Also