Indicates whether UltraLite applied those changes that were downloaded rather than rolling back the changes, when a download fails because of a communications error during synchronization.
The syntax varies depending on the API you use.
Boolean
The parameter is set during synchronization if a download error occurs and a partial download was retained.
Partial downloads are retained only if Keep Partial Download is set to true. See Keep Partial Download synchronization parameter.
Access the parameter as follows:
ul_synch_info_a info; // ... returncode=info.partial_download_retained;