Click or drag to resize
FilterBuilderFromString Method (String)
Create a new filter, limiting the result to products inside the specified filter. Parentheses will be added if this filter is part of a composite filter.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public static Filter FromString(
	string filter
)

Parameters

filter
Type: SystemString
the string representation of the filter to match

Return Value

Type: Filter
a STRING filter
See Also