Show / Hide Table of Contents

Constructor SyncLayerOption

SyncLayerOption()

Initializes a new instance of the SyncLayerOption class.

Declaration
public SyncLayerOption()

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
Relevant samples
Edit and sync features: Synchronize offline edits with a feature service.

SyncLayerOption(Int64)

Initializes a new instance of the SyncLayerOption class with a Layer ID.

Declaration
public SyncLayerOption(long layerId)
Parameters
Type Name Description
System.Int64 layerId

A layer id to sync.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8

SyncLayerOption(Int64, SyncDirection)

Initializes a new instance of the SyncLayerOption class with a Layer ID and sync direction.

Declaration
public SyncLayerOption(long layerId, SyncDirection syncDirection)
Parameters
Type Name Description
System.Int64 layerId

The id of the layer or table to synchronize.

SyncDirection syncDirection

The synchronization direction of the layer or table.

Applies to

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