Click or drag to resize
FilterBuilderRange Method (String, String, String)
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.4.1
Syntax
C#
public static Filter Range(
	string attribute,
	string from,
	string to
)

Parameters

attribute
Type: SystemString
the attribute 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