This topic has not yet been rated - Rate this topic

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)
public abstract class FilterInfo
public abstract class FilterInfo
public abstract class FilterInfo

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.

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)