FilterInfo Class
When overridden in a derived class, represents information about a filter that can be used to control which changes are included in a ChangeBatch object.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
A FilterInfo object can be created by a synchronization application and sent to a source provider by using a custom mechanism that is defined by the source provider. The source provider can then use the FilterInfo object to create a ChangeBatch object that contains only the item changes passed by the filter.