Click or drag to resize
ISettingServiceGetIntegerValue Method
Returns integer value of setting with given name.

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

Parameters

key
Type: SystemString

Return Value

Type: Int32
See Also