setUploadOnly method

Sets the synchronization as upload-only.

Syntax
abstract void SyncParms.setUploadOnly(
  boolean v
)
Parameters
  • v   Set true to disable downloads, or set false to enable downloads.

Remarks

The default is false. Specifying true changes setDownloadOnly and setPingOnly to false.

See also