Views (Database - Java™)
Read-only. The views and folders in a database.
Defined in
Data type
java.util.Vector; elements are View
Syntax
public java.util.Vector getViews()
throws NotesException
Usage
Each element of the vector represents a public view or folder in the database, or a private view or folder owned by the effective id running the agent and stored in the database. Private views or folders stored in the desktop are not included.
The database must be open to use this property.