AdditionalOpts

Applies to

MLSynchronization and MLSync objects

Description

Specifies a command line option or a list of command line options for the dbmlsync synchronization command.

For information about available command line options, you can click the Usage button next to the Additional Options text box on the MobiLink Client Additional Options page of the MobiLink wizard, or you could open the chapter on synchronization parameters in the MobiLink Clients book.

Usage

In a painter

To specify additional command line options

  • On the Settings page of the object's Properties view, type the options you want in the Additional Options text box.

In scripts

You can include a string with multiple options to be added to a synchronization call.

For example, the following line sets log file verbosity for all messages except connection information and the MobiLink password (-v+), allows you to run in a minimized window (-q), and closes the window on completion of synchronization (-k option):

mySync_1.AdditionalOpts = '-v+ -q -k'