Skip to main content

Priority (NotesReplication - LotusScript)

Read-write. Replication priority.

Defined in

NotesReplication

Data type

Constant of type Long

Syntax

To get: flag = notesReplication . Priority

To set: notesReplication .Priority = **** flag

  • DB_REPLICATION_PRIORITY_LOW (1547)
  • DB_REPLICATION_PRIORITY_MED (1548)
  • DB_REPLICATION_PRIORITY_HIGH (1549)
  • DB_REPLICATION_PRIORITY_NOTSET (1565)

Note: The constant DB_REPLICATION_PRIORITY_NOTSET (1565) 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.

Example