Table of Contents

Class FacetResult

Namespace
Dynamicweb.Indexing.Querying.Faceting
Assembly
Dynamicweb.Indexing.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

long

Label

Gets or sets label for facet result
public string Label { get; set; }

Property Value

string

Name

Gets or sets name of facet result
public string Name { get; set; }

Property Value

string

Selected

Gets or sets value indicates if the facet result is selected
public bool Selected { get; set; }

Property Value

bool

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; }

Property Value

object
To top