Click or drag to resize
ISettingService Interface
Interface for service providing setting values.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public interface ISettingService

The ISettingService type exposes the following members.

Methods
  NameDescription
Public methodGetBooleanValue
Returns boolean value of setting with given name.
Public methodGetIntegerValue
Returns integer value of setting with given name.
Public methodGetStringValue
Returns string value of setting with given name.
Top
Remarks
Interface is meant to access settings persisted via respective object type not on web.config settings.
See Also