Click or drag to resize

FacetGroupResultSetMinValue Method

Sets the minimum 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 SetMinValue(
	string facetName,
	Object value
)

Parameters

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