| 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
)
Public Sub SetMaxValue (
facetName As String,
value As Object
)
Parameters
- facetName
- Type: SystemString
Facet name to set maximum value for. - value
- Type: SystemObject
The maximum value for the facet.
See Also