ISyncDataConversionControl Interface
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.
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. |
ISyncDataConversionControl can be queried from an ISyncSession object after that object has been created.
Show: