NotesReplicationEntry (LotusScript®)

Represents the replication settings for a pair of servers in a database.

Note: This class is new with Release 6.

Containment

Contained by: NotesReplication

Properties

Destination

Formula

IsIncludeACL

IsIncludeAgents

IsIncludeDocuments

IsIncludeForms

IsIncludeFormulas

Source

Views

Methods

Remove

Save

Creation

Use GetEntry in NotesReplication to create or get a NotesReplicationEntry object.

Usage

A replication entry describes the replication settings for a pair of servers, of which one is the source and the other is the destination.

After creating a replication entry or 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. You call Save for NotesReplicationEntry not NotesReplication.

Example