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
PropertiesThe properties.
ProductCatalogSettings(int)
Initializes a new instance of the class.
public ProductCatalogSettings(int paragraphId)
Parameters
paragraphId
intThe paragraph id.
Properties
CompareTemplate
public string CompareTemplate { get; set; }
Property Value
FeedTemplate
public string FeedTemplate { get; set; }
Property Value
FieldToSpellCheck
public string FieldToSpellCheck { get; set; }
Property Value
IndexQuery
public string IndexQuery { get; set; }
Property Value
IndexQueryConditions
public string IndexQueryConditions { get; set; }
Property Value
IndexQuerySortByParams
public string IndexQuerySortByParams { get; set; }
Property Value
PageSize
public int PageSize { get; set; }
Property Value
ParameterToSpellCheck
public string ParameterToSpellCheck { get; set; }
Property Value
ProductListTemplate
public string ProductListTemplate { get; set; }
Property Value
ProductTemplate
public string ProductTemplate { get; set; }
Property Value
RetrieveMyListsBasedOnCustomerNumber
public bool RetrieveMyListsBasedOnCustomerNumber { get; set; }
Property Value
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
ShowFacetOptionsWithNoResults
public bool ShowFacetOptionsWithNoResults { get; set; }
Property Value
TrackQueries
public bool TrackQueries { get; set; }
Property Value
UseGroupSortInGroupContext
public bool UseGroupSortInGroupContext { get; set; }
Property Value
Methods
GetFacetGroups()
public IEnumerable<string> GetFacetGroups()