This topic has not yet been rated - Rate this topic

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)
[SerializableAttribute] 
public class ItemListFilterInfo : FilterInfo, ISerializable
/** @attribute SerializableAttribute() */ 
public class ItemListFilterInfo extends FilterInfo implements ISerializable
SerializableAttribute 
public class ItemListFilterInfo extends FilterInfo implements ISerializable

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.

System.Object
   Microsoft.Synchronization.FilterInfo
    Microsoft.Synchronization.ItemListFilterInfo
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)