Return a new Facets with the given attribute range added. If a range of the
             current attribute already existed, it will replace the existing one. Note that
             facet ranges are inclusive.
             
Namespace: Apptus.ESales.Connector
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax
C#
public Facets AddRange( string attribute, string min, string max )
Parameters
- attribute
 - Type: SystemString
 - min
 - Type: SystemString
 - max
 - Type: SystemString
 
Return Value
Type: Facetsa new Facets object
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentException | 
See Also