Table of Contents

Class ShowListSettings

Namespace
Dynamicweb.Ecommerce.CustomerCenter.ShowList
Assembly
Dynamicweb.Ecommerce.dll

The class ShowListSettings represents basic setting for Ecom ShowList module.

public class ShowListSettings
Inheritance
ShowListSettings
Inherited Members

Constructors

ShowListSettings(Properties)

Initializes a new instance of the ShowListSettings class.

public ShowListSettings(Properties properties)

Parameters

properties Properties

The properties.

Properties

ShowPublicListTemplate

Gets the show public list template.

public string ShowPublicListTemplate { get; }

Property Value

string

The show public list template.

To top