Click or drag to resize

FacetVisibility Class

Used to describe the facet visibility options
Inheritance Hierarchy
SystemObject
  Dynamicweb.Indexing.Querying.FacetingFacetVisibility

Namespace:  Dynamicweb.Indexing.Querying.Faceting
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public class FacetVisibility

The FacetVisibility type exposes the following members.

Constructors
  NameDescription
Public methodFacetVisibility
Initializes a new instance of the FacetVisibility class
Top
Properties
  NameDescription
Public propertyCondition
Gets or sets the condition type.
Public propertyMatchValue
Gets or sets the string which is used in the comparison with query parameter value when condition is HasSpecificValue.
Public propertyQueryParameter
Gets or sets the query parameter
Public propertyStatus
Get or set visibility status
Top
See Also