Click or drag to resize

FacetGroupItems Property

Gets or sets containing facets

Namespace:  Dynamicweb.Indexing.Querying.Faceting
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public IEnumerable<Facet> Items { get; set; }

Property Value

Type: IEnumerableFacet

Implements

IFacetGroupItems
See Also