Table of Contents

Class Facet

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

string

Name

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

Property Value

string

Options

Gets or sets facet options collection
public IEnumerable<FacetOption> Options { get; set; }

Property Value

IEnumerable<FacetOption>

QueryParameter

Gets or sets facet query parameter
public string QueryParameter { get; set; }

Property Value

string

RenderType

public FacetRenderType RenderType { get; set; }

Property Value

FacetRenderType

Source

Gets or sets the source of the facet field
public string Source { get; set; }

Property Value

string

Type

Gets or sets facet type
[Obsolete("Use TypeName instead.")]
public string Type { get; set; }

Property Value

string

TypeName

Gets or sets facet type name
public string TypeName { get; set; }

Property Value

string

Visibility

Gets the facet visibility options
public FacetVisibility Visibility { get; }

Property Value

FacetVisibility
To top