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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.5 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.5 - 200.5 |
Xamarin.Android | 100.5 - 100.15 |
Xamarin.iOS | 100.5 - 100.15 |
UWP | 100.5 - 200.5 |