Table of Contents

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

string

ItemTemplate

The template used for list item details view.
public string ItemTemplate

Field Value

string

ListTemplate

The template used for list view.
public string ListTemplate

Field Value

string

MenuName

The name used in customer center menu.
public string MenuName

Field Value

string

Name

The name of intergation page.
public string Name

Field Value

string

Number

The number used to indentifying integration page within customer center.
public int Number

Field Value

int

TagName

The Integration tag name.
public string TagName

Field Value

string

Type

The type
public string Type

Field Value

string
To top