Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






Views property

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

Defined in

NotesDatabase

Data type

Array of NotesView objects

Syntax

To get: notesViewArray = notesDatabase.Views

Usage

Each element of the array is a NotesView object representing 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.

To set the value of an individual NotesView object, you need to access the array elements individually. For example, to get the first element in the array returned from the NotesDatabase object db, you could do the following:

Dim view as NotesView

Set view = db.Views( 0 )

The database must be open to use this property.

Language cross-reference

Views in Java Database class

See examples

Examples: Views property
Related topics
Locating a view or folder
Locating documents within a view or folder in LotusScript classes
NotesView class




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009