FilterCombinationType Enumeration

Represents the way that filters are combined.

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

Syntax

'Declaration
Public Enumeration FilterCombinationType
'Usage
Dim instance As FilterCombinationType
public enum FilterCombinationType
public enum class FilterCombinationType
type FilterCombinationType
public enum FilterCombinationType

Members

Member name Description
Intersection An item or change unit is included in the scope only if it passes all filters in the combination set.

Remarks

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.

See Also

Reference

Microsoft.Synchronization Namespace