attachmentSyncDirection

A setting configured by the web map author that provides guidance for how attachments should be synced when working offline. If this setting is AttachmentSyncDirection.None, then attachments should never be uploaded or downloaded when performing a sync operation.

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

If this setting is AttachmentSyncDirection.Bidirectional, then attachments should be uploaded and downloaded when performing sync.

This value can be used to set a default for GenerateOfflineMapParameters.attachmentSyncDirection. Alternatively, using OfflineMapTask.createDefaultGenerateOfflineMapParameters(Geometry) will pre-populate the parameters using this property.

Since

200.1.0