GetEntries (NotesReplication - LotusScript)

Gets the existing replication entries.

Note: This method is new with Release 8.

Defined in

NotesReplication

Syntax

notesReplicationEntryArray = notesReplication .GetEntries( )

Return value

notesReplicationEntryArray

Array of type NotesReplicationEntry.

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.

For more information and examples, see NotesReplicationEntry.

Language cross-reference

getEntries method in Java™ Replication class