Show / Hide Table of Contents

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

TargetVersions
.NET Standard 2.0100.3 - 200.7
.NET100.13 - 200.7
.NET Windows100.13 - 200.7
.NET Android200.0 - 200.7
.NET iOS200.0 - 200.7
.NET Framework100.1 - 200.7
Xamarin.Android100.1 - 100.15
Xamarin.iOS100.1 - 100.15
UWP100.1 - 200.7
In This Article
Back to top Copyright © 2022 Esri.