Class FacetResult
Represents the results for facets relating to the search
Constructors
FacetResult()
Declaration
public FacetResult()
Properties
Facets
The facets
Declaration
public IList<Facet> Facets { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Facet> |