Views (ReplicationEntry - Java)

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

Defined in

ReplicationEntry

Data type

String

Syntax

public String getViews()
    throws NotesException
public void setViews(String views)
    throws NotesException

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