SelectDocuments (NotesNoteCollection - LotusScript®)
Read-write. Indicates whether the collection contains the data documents.
Defined in
Data type
Boolean
Syntax
To get: flag = notesNoteCollection .SelectDocuments
To set: notesNoteCollection .SelectDocuments = flag
Legal values
- True indicates inclusion of data documents.
- False indicates exclusion of data documents.
Usage
The following methods set this property:
- CreateNoteCollection in NotesDatabase
- SelectAllDataNotes
- SelectAllNotes