FilterBuilderIncremental Method (String, String)A Sandcastle Documented Class Library
Create a new INCREMENTAL filter, limiting the result to products where all processed parts (after tokenization and normalization) of the specified value are present within the given attribute. The last value token matches if any attribute contains a value to which it is a prefix (after tokenization).

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

C#
public static Filter Incremental(
	string[] attributes,
	string value
)

Parameters

attributes
Type: SystemString
the attributes to search for the specified value in
value
Type: SystemString
the value to be found

Return Value

Type: Filter
an INCREMENTAL filter
See Also

Reference