Represents the result of sync operation on a table or layer if there has been edit errors with
individual features.
Inheritance Hierarchy
Namespace:
Esri.ArcGISRuntime.Data
Assembly:
Esri.ArcGISRuntime (in Esri.ArcGISRuntime.dll) Version: 100.9.0
Syntaxpublic sealed class SyncLayerResult
Public NotInheritable Class SyncLayerResult
The SyncLayerResult type exposes the following members.
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
|
Top
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.
See Also