FilterCombinationType Enumeration

Represents the way that filters are combined.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

'Declaration
Public Enumeration FilterCombinationType
'Usage
Dim instance As FilterCombinationType

Member nameDescription
IntersectionAn item or change unit is included in the scope only if it passes all filters in the combination set.

A typical filter combination is a custom filter combined with a change unit filter. When the combination type is Intersection, the scope includes only items that pass the custom filter, and each item in the scope contains only change units that pass the change unit filter.

Show: