Show / Hide Table of Contents

Class SyncLayerResult

Represents the result of sync operation on a table or layer if there has been edit errors with individual features.

Inheritance
Object
SyncLayerResult
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Data
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class SyncLayerResult
Remarks

If the server has an error applying an edit, this is returned as a FeatureEditResult error. Only errors are reported, the feature edit results of a sync operation do not contain information about successful adds, deletes or updates.

Properties

Name Description
EditResults

Gets an array of any errors from sync feature edit results representing the result of a sync.

LayerId

Gets the ID of layer or table.

TableName

Gets the table name for the sync result.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.0
.NET 6.0100.13 - 200.0
.NET 6.0 Windows100.13 - 200.0
.NET 6.0 Android200
.NET 6.0 iOS200
.NET Framework100.0 - 200.0
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Android100.0 - 100.15
iOS100.0 - 100.15
UWP100.0 - 200.0
In This Article
Back to top Copyright © 2022 Esri.