SelectDocuments (NoteCollection - Java™)
Read-write. Indicates whether the collection contains the data documents.
Defined in
Data type
boolean
Syntax
public boolean getSelectDocuments()
throws NotesException
public void setSelectDocuments(boolean flag)
throws NotesException
Legal values
- true to indicate inclusion of data documents
- false to indicate exclusion of data documents
Usage
The following methods set this property:
- createNoteCollection in Database
- selectAllDataNotes
- selectAllNotes