createSyncParms method

Creates a synchronization parameters set.

Syntax
SyncParms Connection.createSyncParms(
  int streamType,
  String userName,
  String version
) throws ULjException
Parameters
  • streamType   One of the constants defined in the SyncParms class used to identify the type of synchronization stream.

  • userName   The MobiLink user name.

  • version   The MobiLink script version.

See also
Returns

SyncParms object