Click or drag to resize

FacetGroupResultContainsFacetResults Method

Determines whether a set of facet results exist for the specified facet name.

Namespace:  Dynamicweb.Indexing.Querying.Faceting
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public bool ContainsFacetResults(
	string facetName
)

Parameters

facetName
Type: SystemString
Name of the facet.

Return Value

Type: Boolean
See Also