ProcessOption

Applies to

MLSynchronization and MLSync objects

Description

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.

Usage

In a painter

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!.

In scripts

You can modify ProcessOption values in script as follows:

mySync_1.ProcessOption = UploadOnly!