Skip to main content

IFilterGroup Properties

An object defining properties for the IFilterGroup class.

Operator

The logical operator used to combine the filters.

Type: FilterGroupOperator
Accepted Values:

NameValue
And1
Or2

Filters

The list of filters contained within the group.

Type: IReadOnlyList<IFilter>