Click or drag to resize

FacetGroupResultSetMaxValue Method

Sets the maximum value for the given facet name.

Namespace:  Dynamicweb.Indexing.Querying.Faceting
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public void SetMaxValue(
	string facetName,
	Object value
)

Parameters

facetName
Type: SystemString
Facet name to set maximum value for.
value
Type: SystemObject
The maximum value for the facet.
See Also