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()

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 int

The number.

Properties

ItemIdParameterName

ItemId query string parameter name

public string ItemIdParameterName { get; set; }

Property Value

string

ItemTemplate

The template used for list item details view.

public string ItemTemplate { get; set; }

Property Value

string

ListTemplate

The template used for list view.

public string ListTemplate { get; set; }

Property Value

string

MenuName

The name used in customer center menu.

public string MenuName { get; set; }

Property Value

string

Name

The name of intergation page.

public string Name { get; set; }

Property Value

string

Number

The number used to indentifying integration page within customer center.

public int Number { get; set; }

Property Value

int

TagName

The Integration tag name.

public string TagName { get; set; }

Property Value

string

Type

The type

public string Type { get; set; }

Property Value

string
To top