MLSynchronization and MLSync objects
Specifies the direction for synchronization events. This property takes
a value of the enumerated datatype SyncProcessType. Setting this
property is equivalent to including the -uo
dbmlsync option.
On the Settings page of the object’s Properties view, select the ProcessOption value that you want from the Process Option drop-down list. Values are UploadOnly!, DownloadOnly!, or Bidirectional!.
You can modify ProcessOption values in script as follows:
mySync_1.ProcessOption = UploadOnly!