JAVA/CORBA CLASSES

Views property
Example

Read-only. The views and folders in a database.

Defined in

Database

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. If the database is local, personal folders are also included.

The database must be open to use this property.

Language cross-reference

Views property in LotusScript NotesDatabase class

Example
See Also