Class IntegrationCustomerCenterPageSettings
- Namespace
- Dynamicweb.Ecommerce.Integration.CustomerCenter
- Assembly
- Dynamicweb.Ecommerce.dll
The class IntegrationCustomerCenterPageSettings represents settings for customer center integration page.
public sealed class IntegrationCustomerCenterPageSettings
- Inheritance
-
IntegrationCustomerCenterPageSettings
- Inherited Members
Constructors
IntegrationCustomerCenterPageSettings(int)
Initializes a new instance of the IntegrationCustomerCenterPageSettings class.
public IntegrationCustomerCenterPageSettings(int number)
Parameters
number
int- The number.
Fields
ItemIdParameterName
ItemId query string parameter name
public string ItemIdParameterName
Field Value
ItemTemplate
The template used for list item details view.
public string ItemTemplate
Field Value
ListTemplate
The template used for list view.
public string ListTemplate
Field Value
MenuName
The name used in customer center menu.
public string MenuName
Field Value
Name
The name of intergation page.
public string Name
Field Value
Number
The number used to indentifying integration page within customer center.
public int Number
Field Value
TagName
The Integration tag name.
public string TagName
Field Value
Type
The type
public string Type