OfflineMapSyncResult

The result of an OfflineMapSyncJob. When the job completes, this result indicates whether any errors were incurred during the synchronization process (OfflineMapSyncResult.hasErrors). If so, you can examine the dictionary of OfflineMapSyncResult.layerResults and OfflineMapSyncResult.tableResults to identify the source of the problem for each layer and table.

Since

200.1.0

Properties

Link copied to clipboard

True if the offline map sync result has synchronization errors available, false otherwise.

Link copied to clipboard

True if the mobile map package must be closed and reopened with a new instance to allow the updates to take effect, false otherwise. In some cases, applying updates may require files such as mobile geodatabases to be replaced with a new version. When reopen is required, this property will be true and you need to:

Link copied to clipboard

The synchronization results for geodatabase feature layers.

Link copied to clipboard

The synchronization results for tables.