SyncDirection Class
Enumerates sync direction of features. More...
Since: | Esri::ArcGISRuntime 100.0 |
Detailed Description
Enumerates sync direction of features.
SyncDirection indicates the direction that feature changes are sent between the mobile geodatabase and the service. SyncDirection can be one of:
Value | Description |
---|---|
SyncDirection::None (0) | No sync direction specified. |
SyncDirection::Download (1) | Download changes from the service. |
SyncDirection::Upload (2) | Upload changes to the service. |
SyncDirection::Bidirectional (3) | Upload and download changes. |