FacetsAddRange Method A Sandcastle Documented Class Library
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.3.0
Syntax

C#
public Facets AddRange(
	string attribute,
	string min,
	string max
)

Parameters

attribute
Type: SystemString
min
Type: SystemString
max
Type: SystemString

Return Value

Type: Facets
a new Facets object
Exceptions

ExceptionCondition
ArgumentException
See Also

Reference