Click or drag to resize

FacetGroupFieldsTermsCount Property

Gets or sets facets field terms count

Namespace:  Dynamicweb.Indexing.Querying.Faceting
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public IDictionary<string, int> FieldsTermsCount { get; set; }

Property Value

Type: IDictionaryString, Int32

Implements

IFacetGroupFieldsTermsCount
See Also