Class CustomerExperienceCenterLoyaltyPointsSettings
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the settings of the "Customer Experience Center - Loyalty Points" module.
public class CustomerExperienceCenterLoyaltyPointsSettings
- Inheritance
-
CustomerExperienceCenterLoyaltyPointsSettings
- Inherited Members
Constructors
CustomerExperienceCenterLoyaltyPointsSettings(Properties)
Initializes a new instance of a CustomerExperienceCenterLoyaltyPointsSettings class.
public CustomerExperienceCenterLoyaltyPointsSettings(Properties properties)
Parameters
properties
PropertiesThe customer center properties.
Properties
LoyaltyPointDetailTemplate
public string LoyaltyPointDetailTemplate { get; set; }
Property Value
LoyaltyPointListTemplate
public string LoyaltyPointListTemplate { 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; }