Click or drag to resize
FilterBuilderOr Method (Filter)
Create a new OR filter to match the union of results that each of the specified operands would return.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntax
C#
public static Filter Or(
	params Filter[] operands
)

Parameters

operands
Type: Apptus.ESales.ConnectorFilter
the filter operands

Return Value

Type: Filter
an OR filter
Exceptions
ExceptionCondition
InvalidFilterExceptionIf the operand specification does not contain at least 1 valid operands
See Also