Class FacetVisibility
- Namespace
- Dynamicweb.Indexing.Querying.Faceting
- Assembly
- Dynamicweb.Core.dll
Used to describe the facet visibility options
public class FacetVisibility
- Inheritance
-
FacetVisibility
- Inherited Members
Properties
Condition
Gets or sets the condition type.
public FacetVisibilityCondition Condition { get; set; }
Property Value
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
QueryParameter
Gets or sets the query parameter
public string QueryParameter { get; set; }
Property Value
Status
Get or set visibility status
public FacetVisibilityStatus Status { get; set; }