Click or drag to resize
ISettingServiceGetBooleanValue Method
Returns boolean value of setting with given name.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
bool GetBooleanValue(
	string key
)

Parameters

key
Type: SystemString

Return Value

Type: Boolean
See Also