Table of Contents

Class IntegrationCustomerCenterSettings

Namespace
Dynamicweb.Ecommerce.Integration.CustomerCenter
Assembly
Dynamicweb.Ecommerce.dll
The class IntegrationCustomerCenterSettings represents settings for customer center integrations.
public 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

PagerNextButtonTypePicture

Gets picture name used for paging next button.
public string PagerNextButtonTypePicture { get; }

Property Value

string

PagerNextImage

Gets the path for image used for paging next button.
public string PagerNextImage { get; }

Property Value

string

PagerNextText

Gets the next button display text.
public string PagerNextText { get; }

Property Value

string

PagerNextType

Gets the next button type alias.
public string PagerNextType { get; }

Property Value

string

PagerPrevButtonTypePicture

Gets picture name used for paging previous button.
public string PagerPrevButtonTypePicture { get; }

Property Value

string

PagerPreviousImage

Gets the path for image used for paging previous button.
public string PagerPreviousImage { get; }

Property Value

string

PagerPreviousText

Gets the previous button display text.
public string PagerPreviousText { get; }

Property Value

string

PagerPreviousType

Gets the previous button type alias.
public string PagerPreviousType { get; }

Property Value

string
To top