ReplicationInfo (NotesDatabase - JavaScript™)
Read-only. The replication object associated with this database.
Defined in
NotesDatabaseSyntax
getReplicationInfo() : NotesReplication
Usage
Each database instance contains one replication object.See the NotesReplication class for information and examples.
The database must be open to use this property.
Examples
This computed field returns the cutoff date for the current database.return "Cutoff date: " + database.getReplicationInfo().getCutoffDate().getLocalTime()