NotesNoteCollection (LotusScript®)
Represents a collection of Domino® design and data elements in a database.
Containment
Contained by: NotesDatabase
Properties
Methods
Creation and access
Use CreateNoteCollection in NotesDatabase to create a NotesNoteCollection object. The object represents the notes in the containing database. CreateNoteCollection initializes all Select properties to True or False depending on the parameter specification.
Change the Select properties as desired to specify the content of the collection. You can set the Select properties directly, or in groups by calling the Select methods. Further modify the collection as desired with the SelectionFormula and SinceTime properties.
Use BuildCollection to compile the collection. You must build before the collection can be used.
Usage
A Domino® database consists of design and data elements known internally as "notes." The NoteCollection class represents all or a subset of the notes in a database.
A NotesNoteCollection object can be used as input to NotesDXLExporter.