London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class FacetGroupSettings

Inheritance
System.Object
FacetGroupSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Shell.Facets
Assembly: EPiServer.Commerce.Shell.dll
Version: 13.30.0
Syntax
public class FacetGroupSettings

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

ItemsToShow

Declaration
public int ItemsToShow { get; set; }
Property Value
Type Description
System.Int32

SelectionType

Declaration
public FacetSelectionType SelectionType { get; set; }
Property Value
Type Description
FacetSelectionType

ShowMatchingItems

Declaration
public bool ShowMatchingItems { get; set; }
Property Value
Type Description
System.Boolean