Sync Layer Option
class SyncLayerOption
Specifies a SyncDirection for any layer in the geodatabase. If the geodatabase supports the SyncModel.Layer synchronization model, you can add a SyncLayerOption to the SyncGeodatabaseParameters.layerOptions collection, to specify how individual the geodatabase layers and tables are synchronized.
The default sync direction for layers is bidirectional (SyncDirection.Bidirectional). Therefore, you need to provide a SyncLayerOption if you do not want the default behavior.
Since
200.1.0
Constructors
Properties
Link copied to clipboard
The layer or table Id to specify the SyncDirection. The Id must match a table of layer Id in the synchronized geodatabase.
Link copied to clipboard
The synchronization direction for the specified layer or table Id. The default value is SyncDirection.Bidirectional.
Functions
Link copied to clipboard
Clones the SyncLayerOption.