ICombinedFilterInfo Interface

Represents information about a filter that is the combination of two or more filters.

Syntax

interface ICombinedFilterInfo : ISyncFilterInfo

Members

ICombinedFilterInfo method

Description

ICombinedFilterInfo::GetFilterCount

Gets the number of filters that are combined by this filter.

ICombinedFilterInfo::GetFilterInfo

Gets the filter information that is identified by the specified filter index.

ICombinedFilterInfo::GetFilterCombinationType

Gets a value that indicates the way the filters are combined.

Remarks

An ICombinedFilterInfo object can be obtained by calling IProviderCustomFilteredSyncServices::CreateCombinedFilterInfo.

The only type of combined filter that is supported is an intersection of two filters.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components