Click or drag to resize

FacetResult Class

The Class FacetResult represents query result for a facet
Inheritance Hierarchy
SystemObject
  Dynamicweb.Indexing.Querying.FacetingFacetResult

Namespace:  Dynamicweb.Indexing.Querying.Faceting
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public class FacetResult

The FacetResult type exposes the following members.

Constructors
  NameDescription
Public methodFacetResult
Initializes a new instance of the FacetResult class
Top
Properties
  NameDescription
Public propertyCount
Gets or sets facet result count
Public propertyLabel
Gets or sets label for facet result
Public propertyName
Gets or sets name of facet result
Public propertySelected
Gets or sets value indicates if the facet result is selected
Public propertySort
Gets or sets the sort value for this option in the facet results.
Public propertyValue
Gets or sets value of facet result
Top
See Also