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

Reference