FilterBuilderRange Method (String, String, String)A Sandcastle Documented Class Library
Create a new RANGE filter, limiting the result to values between from (inclusive)and to (exclusive), for the specified attribute.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.3.0
Syntax

C#
public static Filter Range(
	string[] attributes,
	string from,
	string to
)

Parameters

attributes
Type: SystemString
the attributes to search for the specified range in
from
Type: SystemString
the lower bound
to
Type: SystemString
the upper bound

Return Value

Type: Filter
a new RANGE filter
See Also

Reference