Skip to main content

NotesReplicationEntry

Properties

NameDescription
DestinationRead-only. Name of the destination server.
Formula (NotesReplicationEntry)Read-write. The replication formula.
IsIncludeACLRead-write. Includes the ACL in replications.
IsIncludeAgentsRead-write. Includes agents in replications.
IsIncludeDocumentsRead-write. Includes documents in replications.
IsIncludeFormsRead-write. Includes forms in replications.
IsIncludeFormulasRead-write. Includes the replication formula in replications.
Source (NotesReplicationEntry)Read-only. The name of the source server.
Views (NotesReplicationEntry)Read-write. The views in the source database that are replicated when replicating a subset of views and folders.

Methods

NameDescription
Remove (NotesReplicationEntry)Removes the replication entry from the database.
Save (NotesReplicationEntry)Saves the replication entry.

Examples

NameDescription
Examples: Destination propertyThis agent gets the NotesDbDirectory object for the destination server.
Examples: Formula property (NotesReplicationEntry)This agent sets the replication formula for a replication entry.
Examples: IsIncludeACL propertyThis agent toggles whether the ACL is included in replications.
Examples: IsIncludeAgents propertyThis agent toggles whether agents are included in replications.
Examples: IsIncludeDocuments propertyThis agent toggles whether documents included in replications.
Examples: IsIncludeForms propertyThis agent toggles whether forms included in replications.
Examples: IsIncludeFormulas propertyThis agent toggles whether the replication formula is included in replications.
Examples: Remove method (NotesReplicationEntry)This agent removes a replication entry.
Examples: Save method (NotesReplicationEntry)This agents sets the formula and saves a replication entry.
Examples: Source property (NotesReplicationEntry)This agent gets the NotesDbDirectory object for the source server.
Examples: Views property (NotesReplicationEntry)This agent sets the views for a replication entry to all the views in the database.