Click or drag to resize
ICustomerPreferencesProvider Interface
Interface for provider of customer's preferences.

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

The ICustomerPreferencesProvider type exposes the following members.

Methods
  NameDescription
Public methodGetPreferences
Gets customer's preferences on the site specified by site parameter.
Top
See Also