FilterBuilderFromString Method (String, Boolean)A Sandcastle Documented Class Library
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.3.0
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

Reference