setDownloadOnly method

Sets the synchronization as download-only.

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

Remarks

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

See also