Views (NotesReplicationEntry - LotusScript®)

Read-write. The views in the source database that are replicated when replicating a subset of views and folders.

Defined in

NotesReplicationEntry

Data type

String

Syntax

To get: views$ = notesReplicationEntry .Views

To set: notesReplicationEntry .Views = views$

Usage

Specify the views as a list, separating view names with semicolons.

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

Example