ItemListFilterInfo 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 ItemListFilterInfo 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 ItemListFilterInfo object to create a ChangeBatch object that contains only the item changes that are passed by the filter.