Go to the source code of this file.
◆ AGSPreplannedUpdateMode
Different modes for how updates are obtained for a preplanned map area.
- Since
- 100.6
Enumerator |
---|
AGSPreplannedUpdateModeNoUpdates | No feature updates will be performed.
|
AGSPreplannedUpdateModeSyncWithFeatureServices | Changes, including local edits, will be synced directly with the underlying feature services.
|
AGSPreplannedUpdateModeDownloadScheduledUpdates | Scheduled, read-only updates will be downloaded from the online map area and applied to the local mobile geodatabases.
|
AGSPreplannedUpdateModeDownloadScheduledUpdatesAndUploadNewFeatures | Scheduled, read-only updates are downloaded from the online map area and applied to the local mobile geodatabases. Newly added features can also be uploaded to the feature service. - Since
- 100.14
|