Table of Contents

Enum VariantsSearchMode

Namespace
Dynamicweb.Ecommerce.Frontend
Assembly
Dynamicweb.Ecommerce.dll
Defines the search modes for the variants.
public enum VariantsSearchMode

Fields

Exclude = 1
Exclude variants from search results.
GroupByMaster = 2
Include variants but show only corresponding master products.
Include = 0
Include variants in search results. This is the default mode.
To top