Table of Contents

Class CustomerExperienceCenterLoyaltyPointsSettings

Namespace
Dynamicweb.Ecommerce.CustomerExperienceCenter.LoyaltyPoints
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 Properties

The customer center properties.

Properties

LoyaltyPointDetailTemplate

public string LoyaltyPointDetailTemplate { get; set; }

Property Value

string

LoyaltyPointListTemplate

public string LoyaltyPointListTemplate { get; set; }

Property Value

string

PageSize

public int PageSize { get; set; }

Property Value

int

SortByField

public string SortByField { get; set; }

Property Value

string

SortOrder

public SortOrderType SortOrder { get; set; }

Property Value

SortOrderType
To top