Class FacetGroupSettings
Inheritance
System.Object
FacetGroupSettings
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class FacetGroupSettings : Object
Constructors
FacetGroupSettings()
Declaration
public FacetGroupSettings()
FacetGroupSettings(FacetSelectionType, Int32, Boolean, Boolean, Boolean, IEnumerable<String>)
Declaration
public FacetGroupSettings(FacetSelectionType selectionType, int itemsToShow, bool collapsible, bool hasIcons, bool showMatchingItems, IEnumerable<string> dependsOn)
Parameters
Type |
Name |
Description |
FacetSelectionType |
selectionType |
|
System.Int32 |
itemsToShow |
|
System.Boolean |
collapsible |
|
System.Boolean |
hasIcons |
|
System.Boolean |
showMatchingItems |
|
System.Collections.Generic.IEnumerable<System.String> |
dependsOn |
|
Properties
Collapsible
Declaration
public bool Collapsible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DependsOn
Declaration
public IEnumerable<string> DependsOn { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
HasIcons
Declaration
public bool HasIcons { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSearchable
Declaration
public bool IsSearchable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ItemsToShow
Declaration
public int ItemsToShow { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SelectionType
Declaration
public FacetSelectionType SelectionType { get; set; }
Property Value
ShowMatchingItems
Declaration
public bool ShowMatchingItems { get; set; }
Property Value
Type |
Description |
System.Boolean |
|