Class FacetResult
- Namespace
- Dynamicweb.Indexing.Querying.Faceting
- Assembly
- Dynamicweb.Core.dll
The Class FacetResult represents query result for a facet
public class FacetResult
- Inheritance
-
FacetResult
- Inherited Members
Properties
Count
Gets or sets facet result count
public long Count { get; set; }
Property Value
Label
Gets or sets label for facet result
public string Label { get; set; }
Property Value
Name
Gets or sets name of facet result
public string Name { get; set; }
Property Value
Selected
Gets or sets value indicates if the facet result is selected
public bool Selected { get; set; }
Property Value
Sort
Gets or sets the sort value for this option in the facet results.
public int Sort { get; set; }
Property Value
- int
A number indicating its sort order. 0 if not specified
Value
Gets or sets value of facet result
public object? Value { get; set; }