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
PropertiesThe module properties.
Fields
Pages
Gets integration pages.
public readonly List<IntegrationCustomerCenterPageSettings> Pages
Field Value
Properties
ItemsPerPage
Gets items countper page.
public int ItemsPerPage { get; }
Property Value
MainPage
Gets the integration main page.
public IntegrationCustomerCenterPageSettings MainPage { get; }
Property Value
NavigationTemplate
Gets navigation template.
public string NavigationTemplate { get; }
Property Value
PagerNextText
Gets the next button display text.
public string PagerNextText { get; }
Property Value
PagerPreviousText
Gets the previous button display text.
public string PagerPreviousText { get; }