FilterLogicalOperator Enumeration

An enumeration that defines how two or more filters are linked together.

Name String Operator Description
and and Connects two or more filters that both must be true.
or or Connects two or more filters where one of them must be true.