Click or drag to resize
FilterBuilderAttribute Method (String, String)
Create a new ATTRIBUTE filter, limiting the result to products where all processed parts (after tokenization and normalization) of the specified value are present within the given attribute.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public static Filter Attribute(
	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 ATTRIBUTE filter
See Also