Click or drag to resize

FacetGroup Class

The Class FacetGroup represents group of facets
Inheritance Hierarchy
SystemObject
  Dynamicweb.Indexing.Querying.FacetingFacetGroup

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

The FacetGroup type exposes the following members.

Constructors
  NameDescription
Public methodFacetGroup
Initializes new instance of facet group
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets description
Public propertyFieldsTermsCount
Gets or sets facets field terms count
Public propertyFileName
Gets or sets facet group file name
Public propertyItems
Gets or sets containing facets
Public propertyMeta
Gets or sets meta information
Public propertyName
Gets or sets facet group name
Public propertySettings
Gets or sets settings collection
Public propertySource
Gets or sets facet group source
Public propertySubType
Gets or sets facet group sub type
Public propertyType
Gets or sets facet group type
Top
See Also