PreplannedUpdateMode Class
Different modes for how updates are obtained for a preplanned map area. More...
Since: | Esri::ArcGISRuntime 100.6 |
Detailed Description
Different modes for how updates are obtained for a preplanned map area.
The PreplannedUpdateMode can be one of:
Value | Description |
---|---|
PreplannedUpdateMode::NoUpdates (0) | No feature updates will be performed. |
PreplannedUpdateMode::SyncWithFeatureServices (1) | Changes, including local edits, will be synced directly with the underlying feature services. |
PreplannedUpdateMode::DownloadScheduledUpdates (2) | Scheduled, read-only updates will be downloaded from the online map area and applied to the local mobile geodatabases. |