Class Facet
- Namespace
- Dynamicweb.Indexing.Querying.Faceting
- Assembly
- Dynamicweb.Core.dll
The Class Facet represents a facet used for splitting query results
public class Facet
- Inheritance
-
Facet
- Inherited Members
Properties
Field
Gets or sets facet field
public string Field { get; set; }
Property Value
Name
Gets or sets facet name
public string Name { get; set; }
Property Value
Options
Gets or sets facet options collection
public IEnumerable<FacetOption> Options { get; set; }
Property Value
QueryParameter
Gets or sets facet query parameter
public string QueryParameter { get; set; }
Property Value
RenderType
public FacetRenderType? RenderType { get; set; }
Property Value
Source
Gets or sets the source of the facet field
public string Source { get; set; }
Property Value
TypeName
Gets or sets facet type name
public string TypeName { get; set; }
Property Value
Visibility
Gets the facet visibility options
public FacetVisibility Visibility { get; }