Click or drag to resize

FacetGroupResultAddFacetResult Method

Adds the facet result to the list of facet results for the given facet name.

Namespace:  Dynamicweb.Indexing.Querying.Faceting
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public void AddFacetResult(
	string facetName,
	FacetResult facetResult
)

Parameters

facetName
Type: SystemString
Name of the facet.
facetResult
Type: Dynamicweb.Indexing.Querying.FacetingFacetResult
The facet result.
See Also