Table of Contents

Class FacetVisibility

Namespace
Dynamicweb.Indexing.Querying.Faceting
Assembly
Dynamicweb.Indexing.dll
Used to describe the facet visibility options
public class FacetVisibility
Inheritance
FacetVisibility
Inherited Members

Properties

Condition

Gets or sets the condition type.
[JsonConverter(typeof(StringEnumConverter))]
public FacetVisibilityCondition Condition { get; set; }

Property Value

FacetVisibilityCondition

MatchValue

Gets or sets the string which is used in the comparison with query parameter value when condition is HasSpecificValue.
public string MatchValue { get; set; }

Property Value

string

QueryParameter

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

Property Value

string

Status

Get or set visibility status
[JsonConverter(typeof(StringEnumConverter))]
public FacetVisibilityStatus Status { get; set; }

Property Value

FacetVisibilityStatus
To top