Class CustomerExperienceCenterSettings
- Namespace
 - Dynamicweb.Ecommerce.CustomerExperienceCenter
 
- Assembly
 - Dynamicweb.Ecommerce.dll
 
Represents the settings of the customer experience center.
  
  public class CustomerExperienceCenterSettings
  - Inheritance
 - 
      
      CustomerExperienceCenterSettings
 
- Inherited Members
 
Constructors
CustomerExperienceCenterSettings(Properties)
Initializes a new instance of a CustomerExperienceCenterSettings class.
  
  public CustomerExperienceCenterSettings(Properties properties)
  Parameters
propertiesProperties- The customer center properties.
 
Properties
DetailTemplate
public string DetailTemplate { get; set; }
  Property Value
EmailTemplate
public string EmailTemplate { get; set; }
  Property Value
FieldsForSorting
public static Dictionary<string, string> FieldsForSorting { get; }
  Property Value
OrderListTemplate
public string OrderListTemplate { get; set; }
  Property Value
OrderTypeToShow
public OrderType OrderTypeToShow { get; set; }
  Property Value
PageSize
public int PageSize { get; set; }
  Property Value
ShowPricesWithVat
public bool ShowPricesWithVat { get; set; }
  Property Value
SortByField
public string SortByField { get; set; }
  Property Value
SortOrder
public SortOrderType SortOrder { get; set; }
  Property Value
UseCustomerNumber
public bool UseCustomerNumber { get; }
  Property Value
UseImpersonationIds
public bool UseImpersonationIds { get; }