Class CustomerExperienceCenterFavoritesSettings
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the settings of the "Customer Experience Center - Favorites" module.
public class CustomerExperienceCenterFavoritesSettings
- Inheritance
-
CustomerExperienceCenterFavoritesSettings
- Inherited Members
Constructors
CustomerExperienceCenterFavoritesSettings(Properties)
Initializes a new instance of the class.
public CustomerExperienceCenterFavoritesSettings(Properties properties)
Parameters
propertiesPropertiesThe app properties.
Properties
DetailTemplate
public string? DetailTemplate { get; set; }
Property Value
FavoriteListsTemplate
public string? FavoriteListsTemplate { get; set; }
Property Value
PageSize
public int PageSize { 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; }