Contents Index user_name synchronization parameter Index

UltraLite Static Java User's Guide
  Synchronization Parameters Reference
    Synchronization parameters

version synchronization parameter


Function 

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

Access methods 

java.lang.String getScriptVersion( )

void setScriptVersion( java.lang.String version )

Default 

The parameter is a string, and by default is the MobiLink default version string.

Usage 

Set the parameter as follows:

UlSynchOptions synch_options = new UlSynchOptions();
synch_opts.setVersion( "default" );
See also 

Script versions.


Contents Index user_name synchronization parameter Index