Click or drag to resize
ISettingServiceGetStringValue Method
Returns string value of setting with given name.

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

Parameters

key
Type: SystemString

Return Value

Type: String
See Also