Table of Contents

Class FacetOption

Namespace
Dynamicweb.Indexing.Querying.Faceting
Assembly
Dynamicweb.Indexing.dll
The Class FacetOption represents options of facet
public class FacetOption
Inheritance
FacetOption
Inherited Members

Properties

Name

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

Property Value

string

Value

Gets or sets facet option value
public string Value { get; set; }

Property Value

string
To top