Table of Contents

Class IntegrationCustomerCenterSettings

Namespace
Dynamicweb.Ecommerce.Integration.CustomerCenter
Assembly
Dynamicweb.Ecommerce.dll

The class IntegrationCustomerCenterSettings represents settings for customer center integrations.

public sealed class IntegrationCustomerCenterSettings
Inheritance
IntegrationCustomerCenterSettings
Inherited Members

Constructors

IntegrationCustomerCenterSettings()

Initializes a new instance of the IntegrationCustomerCenterSettings class.

public IntegrationCustomerCenterSettings()

IntegrationCustomerCenterSettings(Properties)

Initializes a new instance of the IntegrationCustomerCenterSettings class with specified properties.

public IntegrationCustomerCenterSettings(Properties properties)

Parameters

properties Properties

The module properties.

Fields

Pages

Gets integration pages.

public readonly List<IntegrationCustomerCenterPageSettings> Pages

Field Value

List<IntegrationCustomerCenterPageSettings>

Properties

ItemsPerPage

Gets items countper page.

public int ItemsPerPage { get; }

Property Value

int

MainPage

Gets the integration main page.

public IntegrationCustomerCenterPageSettings MainPage { get; }

Property Value

IntegrationCustomerCenterPageSettings

NavigationTemplate

Gets navigation template.

public string NavigationTemplate { get; }

Property Value

string

PagerNextText

Gets the next button display text.

public string PagerNextText { get; }

Property Value

string

PagerPreviousText

Gets the previous button display text.

public string PagerPreviousText { get; }

Property Value

string
To top