Class OfflineMapSyncLayerResult
The result of a OfflineMapSyncJob for a single feature layer or table.
Inheritance
System.Object
OfflineMapSyncLayerResult
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class OfflineMapSyncLayerResult
Remarks
When the job completes, HasErrors indicates whether any errors were incurred during the synchronization of an individual layer or table. You can examine the Error to investigate general synchronization problems. In addition, explore the EditErrors collection to determine whether a server-side error occurred with an individual feature edit during synchronization.
Properties
Name | Description |
---|---|
EditErrors | Gets the edit errors for a layer. |
Error | Gets the error associated with the layer or table if it could not be synchronized. |
HasErrors | Gets a value indicating whether an error has been encountered synchronizing this layer or table. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.1 - 200.6 |
Xamarin.Android | 100.1 - 100.15 |
Xamarin.iOS | 100.1 - 100.15 |
UWP | 100.1 - 200.6 |