Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class FacetGroup

Inheritance
System.Object
FacetGroup
Namespace: EPiServer.Commerce.Shell.Facets
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
Syntax
public class FacetGroup : Object

Constructors

FacetGroup(String, String, IEnumerable<FacetItem>, FacetGroupSettings)

Declaration
public FacetGroup(string id, string name, IEnumerable<FacetItem> items, FacetGroupSettings settings)
Parameters
Type Name Description
System.String id
System.String name
System.Collections.Generic.IEnumerable<FacetItem> items
FacetGroupSettings settings

Properties

Id

Declaration
public string Id { get; }
Property Value
Type Description
System.String

Items

Declaration
public IList<FacetItem> Items { get; }
Property Value
Type Description
System.Collections.Generic.IList<FacetItem>

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Settings

Declaration
public FacetGroupSettings Settings { get; }
Property Value
Type Description
FacetGroupSettings