LOTUSSCRIPT/COM/OLE CLASSES


Documents property
Example

Read-only. The documents that are currently selected in a view.

Defined in

NotesUIView

Data type

NotesDocumentCollection

Syntax

To get: Set notesDocumentCollection = notesUIView.Documents

Usage

In NotesUIView events such as QueryOpen where you cannot have documents selected, Documents.Count is 0.

Example