ComplexFilterPart
Defines a complex filter. Complex filters have two filter parts, which are connected with AND or OR logic.
| Name | Data Type | Description |
|---|---|---|
AdditionalOperands | Array of FilterPart objects | Not used. |
LeftOperand | FilterPart | Specifies condition on left filter part. |
LogicalOperator | LogicalOperators | Specifies the type of logic used to connect the left and right filter parts. Possible values: AND and OR. |
RightOperand | FilterPart | Specifies condition on right filter part. |