Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the data converters that are used during a synchronization session. In some situations, only one converter is necessary. Therefore, you are not required to set a converter for both providers.
interface ISyncDataConversionControl : IUnknown
Members
ISyncDataConversionControl method | Description |
---|---|
Sets the data converter for the source provider, which enables the conversion of data to and from the source provider’s data format. |
|
Sets the data converter for the destination provider, which enables the conversion of data to and from the destination provider’s data format. |
Requirements
Header: synchronization.h
Remarks
ISyncDataConversionControl can be queried from an ISyncSession object after that object has been created.
See Also
Concepts
Converting Data Between Providers
Sync Framework Core Components