Table of Contents

Class CustomerExperienceCenterFavoritesSettings

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

properties Properties
The app properties.

Properties

DetailTemplate

public string DetailTemplate { get; set; }

Property Value

string

FavoriteListsTemplate

public string FavoriteListsTemplate { 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

UseCustomerNumber

public bool UseCustomerNumber { get; }

Property Value

bool

UseImpersonationIds

public bool UseImpersonationIds { get; }

Property Value

bool
To top