Priority (NotesReplication - JavaScript)

Read-Write. Replication priority.

Defined in

NotesReplication

Syntax

getPriority() : int

setPriority(priority:int) : void

Legal value

  • Replication.CNOTES_REPLCONST_PRIORITYHIGH
  • Replication.CNOTES_REPLCONST_PRIORITYLOW
  • Replication.CNOTES_REPLCONST_PRIORITYMED
  • Replication.CNOTES_REPLCONST_PRIORITYNOTSET
Note: This constant is obsolete in Release 5.0.1.

Usage

After setting this property, you must call Save for the changes to take effect. If you do not call Save, your changes are lost.