Building a note collection (LotusScript)

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.

Property

Data type

Description

Count

Long

The number of notes in the collection.

LastBuildTime

NotesDateTime

Date and time of the last build for this note collection.

Parent

NotesDatabase

The database that contains the note collection.

SelectACL

Boolean

Indicates whether the collection contains an ACL note.

SelectActions

Boolean

Indicates whether the collection contains notes for actions.

SelectAgents

Boolean

Indicates whether the collection contains notes for agents.

SelectDatabaseScript

Boolean

Indicates whether the collection contains a database script note.

SelectDocuments

Boolean

Indicates whether the collection contains the data documents.

SelectFolders

Boolean

Indicates whether the collection contains notes for folders.

SelectForms

Boolean

Indicates whether the collection contains notes for forms.

SelectFrameSets

Boolean

Indicates whether the collection contains notes for frame sets.

SelectHelpAbout

Boolean

Indicates whether the collection contains an "About Database" note.

SelectHelpIndex

Boolean

Indicates whether the collection containsa help index note.

SelectHelpUsing

Boolean

Indicates whether the collection contains a "Using Database" note.

SelectIcon

Boolean

Indicates whether the collection contains an icon note.

SelectImageResources

Boolean

Indicates whether the collection contains notes for image resources.

SelectionFormula

String

A formula that selects notes for inclusion in the collection.

SelectJavaResources

Boolean

Indicates whether the collection contains notes for Java resources.

SelectMiscCodeElements

Boolean

Indicates whether the collection contains notes for miscellaneous code elements.

SelectMiscFormatElements

Boolean

Indicates whether the collection contains notes for miscellaneous format elements.

SelectMiscIndexElements

Boolean

Indicates whether the collection contains notes for miscellaneous index elements.

SelectNavigators

Boolean

Indicates whether the collection contains notes for navigators.

SelectOutlines

Boolean

Indicates whether the collection contains notes for outlines.

SelectPages

Boolean

Indicates whether the collection contains notes for pages.

SelectProfiles

Boolean

Indicates whether the collection contains profile documents.

SelectReplicationFormulas

Boolean

Indicates whether the collection contains replication formulas.

SelectScriptLibraries

Boolean

Indicates whether the collection contains notes for script libraries.

SelectSharedFields

Boolean

Indicates whether the collection contains notes for shared fields.

SelectStyleSheetResources

Boolean

Indicates whether the collection contains notes for style sheet resources.

SelectSubforms

Boolean

Indicates whether the collection contains notes for subforms.

SelectViews

Boolean

Indicates whether the collection contains notes for views.

SinceTime

NotesDateTime

Indicates the earliest note creation time in the collection.

The methods are as follows: