Show / Hide Table of Contents

Property AttachmentSyncDirection

AttachmentSyncDirection

Gets a setting configured by the web map author that provides guidance for how attachments should be synced when working offline.

Declaration
public AttachmentSyncDirection AttachmentSyncDirection { get; }
Property Value
Type Description
AttachmentSyncDirection

A setting configured by the web map author that provides guidance for how attachments should be synced when working offline.

Remarks

If this setting is None, then attachments should never be uploaded or downloaded when performing a sync operation.

If this setting is Upload, then attachments should be uploaded when performing sync.

If this setting is Bidirectional, then attachments should be uploaded and downloaded when performing sync. This value can be used to set a default for AttachmentSyncDirection.

Alternatively, using CreateDefaultGenerateOfflineMapParametersAsync(Geometry) will pre-populate the parameters using this property.

Applies to

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