LOTUSSCRIPT/COM/OLE CLASSES


Building a note collection
The NotesNoteCollection class lets you build a collection of Domino design and data elements in a database. Use the CreateNoteCollection method in the NotesDatabase class to create a new NotesNoteCollection object.

The following table lists the NotesNoteCollection properties.

PropertyData typeDescription
Count LongThe number of notes in the collection.
LastBuildTime NotesDateTimeDate and time of the last build for this note collection.
Parent NotesDatabaseThe database that contains the note collection.
SelectACL BooleanIndicates whether the collection contains an ACL note.
SelectActions BooleanIndicates whether the collection contains notes for actions.
SelectAgents BooleanIndicates whether the collection contains notes for agents.
SelectDatabaseScript BooleanIndicates whether the collection contains a database script note.
SelectDocuments BooleanIndicates whether the collection contains the data documents.
SelectFolders BooleanIndicates whether the collection contains notes for folders.
SelectForms BooleanIndicates whether the collection contains notes for forms.
SelectFrameSets BooleanIndicates whether the collection contains notes for frame sets.
SelectHelpAbout BooleanIndicates whether the collection contains an "About Database" note.
SelectHelpIndex BooleanIndicates whether the collection contains a help index note.
SelectHelpUsing BooleanIndicates whether the collection contains a "Using Database" note.
SelectIcon BooleanIndicates whether the collection contains an icon note.
SelectImageResources BooleanIndicates whether the collection contains notes for image resources.
SelectionFormula StringA formula that selects notes for inclusion in the collection.
SelectJavaResources BooleanIndicates whether the collection contains notes for Java resources.
SelectMiscCodeElements BooleanIndicates whether the collection contains notes for miscellaneous code elements.
SelectMiscFormatElements BooleanIndicates whether the collection contains notes for miscellaneous format elements.
SelectMiscIndexElements BooleanIndicates whether the collection contains notes for miscellaneous index elements.
SelectNavigators BooleanIndicates whether the collection contains notes for navigators.
SelectOutlines BooleanIndicates whether the collection contains notes for outlines.
SelectPages BooleanIndicates whether the collection contains notes for pages.
SelectProfilesBooleanIndicates whether the collection contains profile documents.
SelectReplicationFormulasBooleanIndicates whether the collection contains replication formulas.
SelectScriptLibraries BooleanIndicates whether the collection contains notes for script libraries.
SelectSharedFields BooleanIndicates whether the collection contains notes for shared fields.
SelectStyleSheetResources BooleanIndicates whether the collection contains notes for style sheet resources.
SelectSubforms BooleanIndicates whether the collection contains notes for subforms.
SelectViews BooleanIndicates whether the collection contains notes for views.
SinceTime NotesDateTimeIndicates the earliest note creation time in the collection.
The methods are as follows:
See Also