ISyncFilterInfo Interface

Represents information about a filter that can be used to control which changes are included in an ISyncChangeBatch object.

interface ISyncFilterInfo : public IUnknown

Members

ISyncFilterInfo methods Description

ISyncFilterInfo::Serialize

Serializes the filter data to an array of bytes.

Remarks

If a provider filters the contents of a change batch that it creates, it must create a filtered ISyncChangeBatch object instead of a standard change batch object by using IProviderFilteredSyncServices::CreateFilteredEnumerationChangeBatch. The filtered change batch object contains an ISyncFilterInfo object that describes how the contents of the change batch were filtered.

Requirements

Header: Synchronization.h

See Also

Concepts

Sync Framework Core Components