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
propertiesProperties- The 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
PagerNextButtonTypePicture
Gets picture name used for paging next button.
  
  public string PagerNextButtonTypePicture { get; }
  Property Value
PagerNextImage
Gets the path for image used for paging next button.
  
  public string PagerNextImage { get; }
  Property Value
PagerNextText
Gets the next button display text.
  
  public string PagerNextText { get; }
  Property Value
PagerNextType
Gets the next button type alias.
  
  public string PagerNextType { get; }
  Property Value
PagerPrevButtonTypePicture
Gets picture name used for paging previous button.
  
  public string PagerPrevButtonTypePicture { get; }
  Property Value
PagerPreviousImage
Gets the path for image used for paging previous button.
  
  public string PagerPreviousImage { get; }
  Property Value
PagerPreviousText
Gets the previous button display text.
  
  public string PagerPreviousText { get; }
  Property Value
PagerPreviousType
Gets the previous button type alias.
  
  public string PagerPreviousType { get; }