ComplexFilterPart

Defines a complex filter. Complex filters have two filter parts, which are connected with AND or OR logic.

NameData TypeDescription
AdditionalOperandsArray of FilterPart objectsNot used.
LeftOperandFilterPartSpecifies condition on left filter part.
LogicalOperatorLogicalOperatorsSpecifies the type of logic used to connect the left and right filter parts. Possible values: AND and OR.
RightOperandFilterPartSpecifies condition on right filter part.