SelectMiscCodeElements (NoteCollection - Java™)
Read-write. Indicates whether the collection contains notes for miscellaneous code elements.
Defined in
Data type
boolean
Syntax
public boolean getSelectMiscCodeElements()
throws NotesException
public void setSelectMiscCodeElements(boolean flag)
throws NotesException
Legal values
- true to indicate inclusion of miscellaneous code elements
- false to indicate exclusion of miscellaneous code elements
Usage
The following methods set this property:
- createNoteCollection in Database
- selectAllCodeElements
- selectAllDesignElements
- selectAllNotes