| 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
)
Public Function ContainsFacetResults (
facetName As String
) As Boolean
Parameters
- facetName
- Type: SystemString
Name of the facet.
Return Value
Type:
BooleanSee Also