Documents (NotesUIDatabase - LotusScript®)

Read-only. All the documents that the current NotesUIDatabase event is working on.

Defined in

NotesUIDatabase

Data type

NotesDocumentCollection

Syntax

To get: Set notesDocumentCollection = notesUIDatabase .Documents

Usage

If the collection is empty, Documents.Count is 0.

Example