Click or drag to resize
MobileEndpointTFetchConflictFilesAsync Method
Returns the list of all files that are in conflict. The list contains pairs of fiels where the first file is the one in conflict and the second is the one downloaded form the service. The conflict can be resolved by doing another write to the file.

Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpoint
Assemblies:  Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
  Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public Task<IReadOnlyList<KeyValuePair<MobileFile, MobileFile>>> FetchConflictFilesAsync()

Return Value

Type: TaskIReadOnlyListKeyValuePairMobileFile, MobileFile
A list of pairs
See Also