setVersion function

Sets the synchronization script to use.

Syntax
abstract void SyncParms.setVersion(
  String v
) throws ULjException
Parameters
  • v   The script version.

Remarks

Each synchronization script in the consolidated database is marked with a version string. For example, there can be two different download_cursor scripts, and each one is identified by different version strings. The version string allows an application to choose from a set of synchronization scripts.

This parameter is initialized when the SyncParms class object is created.

See also