Click or drag to resize

IFacetGroup Interface

The Interface IFacetGroup defines basic facet group model

Namespace:  Dynamicweb.Indexing.Querying.Faceting
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
[JsonConverterAttribute(typeof(FacetGroupJsonConverter))]
public interface IFacetGroup

The IFacetGroup type exposes the following members.

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