Click or drag to resize
FilterBuilderFromString Method (String, Boolean)
Create a new filter, limiting the result to products inside the specified 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,
	bool needsParentheses
)

Parameters

filter
Type: SystemString
the string representation of the filter to match
needsParentheses
Type: SystemBoolean
true if parantheses is needed when this filter is part of a composite filter.

Return Value

Type: Filter
a STRING filter
See Also