Table of Contents

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

properties Properties

The customer center properties.

Properties

DetailTemplate

public string? DetailTemplate { get; set; }

Property Value

string

EmailTemplate

public string? EmailTemplate { get; set; }

Property Value

string

FieldsForSorting

public static Dictionary<string, string> FieldsForSorting { get; }

Property Value

Dictionary<string, string>

LedgerFlowStates

public IEnumerable<string> LedgerFlowStates { get; set; }

Property Value

IEnumerable<string>

LedgerType

public string? LedgerType { get; set; }

Property Value

string

OrderListTemplate

public string? OrderListTemplate { get; set; }

Property Value

string

OrderTypeToShow

public OrderType OrderTypeToShow { get; set; }

Property Value

OrderType

PageSize

public int PageSize { get; set; }

Property Value

int
public string? ShoppingCartLink { get; set; }

Property Value

string

ShowPricesWithVat

public bool ShowPricesWithVat { get; set; }

Property Value

bool

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

UseUserAndSecondaryUserIds

public bool UseUserAndSecondaryUserIds { get; }

Property Value

bool
To top