LogicalOperators

The LogicalOperators object specifies operators to join simple or complex filter parts together.

NameData TypeDescription
ANDEnumerationAND logical operator. When used in a ComplexFilterPart, AND indicates that the LeftCondition and the RightCondition must both evaluate to true for a record to be selected.
OREnumerationSpecifies to use this value or another specified value in a search.