Table of Contents

Class ProductCatalogSettings

Namespace
Dynamicweb.Ecommerce.ProductCatalog
Assembly
Dynamicweb.Ecommerce.dll
Represents the settings of the product catalog.
public class ProductCatalogSettings
Inheritance
ProductCatalogSettings
Inherited Members

Constructors

ProductCatalogSettings()

Initializes a new instance of the class.
public ProductCatalogSettings()

ProductCatalogSettings(Properties)

Initializes a new instance of the class.
public ProductCatalogSettings(Properties properties)

Parameters

properties Properties
The properties.

ProductCatalogSettings(int)

Initializes a new instance of the class.
public ProductCatalogSettings(int paragraphId)

Parameters

paragraphId int
The paragraph id.

Properties

CompareTemplate

public string CompareTemplate { get; set; }

Property Value

string

FeedTemplate

public string FeedTemplate { get; set; }

Property Value

string

FieldToSpellCheck

public string FieldToSpellCheck { get; set; }

Property Value

string

IndexQuery

public string IndexQuery { get; set; }

Property Value

string

IndexQueryConditions

public string IndexQueryConditions { get; set; }

Property Value

string

IndexQuerySortByParams

public string IndexQuerySortByParams { get; set; }

Property Value

string

PageSize

public int PageSize { get; set; }

Property Value

int

ParameterToSpellCheck

public string ParameterToSpellCheck { get; set; }

Property Value

string

ProductListTemplate

public string ProductListTemplate { get; set; }

Property Value

string

ProductTemplate

public string ProductTemplate { get; set; }

Property Value

string

RetrieveMyListsBasedOnCustomerNumber

public bool RetrieveMyListsBasedOnCustomerNumber { get; set; }

Property Value

bool

SelectedAssetCategories

public string[] SelectedAssetCategories { get; set; }

Property Value

string[]

SelectedAssets

public string[] SelectedAssets { get; set; }

Property Value

string[]

SelectedPriceProperties

public string[] SelectedPriceProperties { get; set; }

Property Value

string[]

SelectedProductCategoryFields

public string[] SelectedProductCategoryFields { get; set; }

Property Value

string[]

SelectedProductFields

public string[] SelectedProductFields { get; set; }

Property Value

string[]

SelectedProductListProperties

public string[] SelectedProductListProperties { get; set; }

Property Value

string[]

SelectedProductProperties

public string[] SelectedProductProperties { get; set; }

Property Value

string[]

SelectedStockUnits

public string[] SelectedStockUnits { get; set; }

Property Value

string[]

SelectedVariantInfo

public string[] SelectedVariantInfo { get; set; }

Property Value

string[]

ShortDescriptionLength

public int ShortDescriptionLength { get; set; }

Property Value

int

ShowFacetOptionsWithNoResults

public bool ShowFacetOptionsWithNoResults { get; set; }

Property Value

bool

TrackQueries

public bool TrackQueries { get; set; }

Property Value

bool

UseGroupSortInGroupContext

public bool UseGroupSortInGroupContext { get; set; }

Property Value

bool

Methods

GetFacetGroups()

public IEnumerable<string> GetFacetGroups()

Returns

IEnumerable<string>
To top