Go to the source code of this file.
◆ AGSDestinationTableRowFilter
Indicates whether tables in relationships will contain all rows or can be filtered to a smaller set of related rows.
- Since
- 100.4
Enumerator |
---|
AGSDestinationTableRowFilterAll | All rows of a table will be take offline.
|
AGSDestinationTableRowFilterRelatedOnly | Where appropriate, a table will be filtered to only related rows when taking the table offline.
|
◆ AGSGenerateOfflineMapUpdateMode
Different modes for synchronization of features in a generated offline map.
- Since
- 100.9
Enumerator |
---|
AGSGenerateOfflineMapUpdateModeSyncWithFeatureServices | Changes, including local edits, will be synced directly with the underlying feature services.
|
AGSGenerateOfflineMapUpdateModeNoUpdates | No feature updates will be performed.
|
◆ AGSOnlineOnlyServicesOption
Enumerates the possible options for dealing with online-only services (those which cannot be taken offline).
- Since
- 100.9
Enumerator |
---|
AGSOnlineOnlyServicesOptionExclude | Online layers and tables that cannot be taken offline will be excluded when taking a map offline.
|
AGSOnlineOnlyServicesOptionInclude | Online layers and tables that cannot be taken offline will be included when taking a map offline and will continue to reference the online service.
|
AGSOnlineOnlyServicesOptionUseAuthoredSettings | A given layer or table will be taken offline, included as online content, or excluded according to the settings in the web map. - Since
- 100.10
|