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()
Initializes a new instance of the IntegrationCustomerCenterPageSettings class.
public IntegrationCustomerCenterPageSettings()
IntegrationCustomerCenterPageSettings(int)
Initializes a new instance of the IntegrationCustomerCenterPageSettings class.
public IntegrationCustomerCenterPageSettings(int number)
Parameters
number
intThe number.
Properties
ItemIdParameterName
ItemId query string parameter name
public string ItemIdParameterName { get; set; }
Property Value
ItemTemplate
The template used for list item details view.
public string ItemTemplate { get; set; }
Property Value
ListTemplate
The template used for list view.
public string ListTemplate { get; set; }
Property Value
MenuName
The name used in customer center menu.
public string MenuName { get; set; }
Property Value
Name
The name of intergation page.
public string Name { get; set; }
Property Value
Number
The number used to indentifying integration page within customer center.
public int Number { get; set; }
Property Value
TagName
The Integration tag name.
public string TagName { get; set; }
Property Value
Type
The type
public string Type { get; set; }