SyncModel

sealed class SyncModel

The various types of sync models.

Since

200.1.0

Inheritors

Types

Link copied to clipboard

Layers within a geodatabase cannot be synchronized independently, the whole geodatabase must be synced. The sync operation and sync direction applies to all the layers in the geodatabase.

Link copied to clipboard
object Layer : SyncModel

Layers within a geodatabase can be synchronized independently of one another. Any subset of the layers can be synchronized when running the sync operation. Also, each layer's sync direction can be set independently.

Link copied to clipboard
object None : SyncModel

The geodatabase is not sync enabled.