Click or drag to resize
ISettingServiceFactory Interface
Interface for factories providing site-specific setting services.

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

The ISettingServiceFactory type exposes the following members.

Methods
  NameDescription
Public methodGetSettingService
Returns setting service specific for given site.
Top
See Also