IFilteredSimpleSyncProvider Interface

Represents a provider that filters data. This can result in two replicas synchronizing only a subset of the data that is available at each replica.


interface IFilteredSimpleSyncProvider : IUnknown

IFilteredSimpleSyncProvider method

Description

IFilteredSimpleSyncProvider::GetFilterParameters

Returns whether a provider is filtering data items during this synchronization session and options that specify which items to send to the destination replica.

IFilteredSimpleSyncProvider::IsInsideFilterScope

Called by the Sync Framework runtime to determine whether an item satisfies the filtering criteria of the provider.

Header: FullEnumerationProvider.h

Show: