NotesReplication (LotusScript®)

Represents the replication settings of a database.

Note: This class is new with Release 5.

Containment

Contained by: NotesDatabase

Contains: NotesReplicationEntry

Properties

Abstract

CutoffDate

CutoffDelete

CutoffInterval

Disabled

DontSendLocalSecurityUpdates

IgnoreDeletes

IgnoreDestDeletes

Priority

Methods

ClearHistory

GetEntry

GetEntries

Reset

Save

Creation

Each database object has exactly one associated NotesReplication object. Use the ReplicationInfo property in NotesDatabase to get the Replication object. Use this object to access and change the replication settings of a database.

Usage

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

Example