IFilteredSimpleSyncProvider Members
Represents a provider that filters data, which can result in two replicas synchronizing only a subset of the data that is available at each replica.
The following tables list the members exposed by the IFilteredSimpleSyncProvider type.
Public Properties
Name | Description | |
---|---|---|
FilterOptions | When overridden in a derived class, gets a SimpleSyncProviderFilterOptions object, which provides options about which items to send to the destination replica. | |
UseFilterThisSession | When overridden in a derived class, gets whether a provider is filtering data items during this synchronization session. |
Top
Public Methods
Name | Description | |
---|---|---|
IsItemInFilterScope | When overridden in a derived class, called by the Sync Framework runtime to determine whether an item satisfies the filtering criteria of the provider. |
Top
See Also
Reference
IFilteredSimpleSyncProvider Interface
Microsoft.Synchronization.SimpleProviders Namespace