Skip to main content

NotesNoteCollection

Properties

NameDescription
Count (NotesNoteCollection)Read-only. The number of notes in the collection.
LastBuildTimeRead-only. Date and time of the last build for this note collection.
Parent (NotesNoteCollection)Read-only. The database that contains the note collection.
SelectACLRead-write. Indicates whether the collection contains an ACL note.
SelectActionsRead-write. Indicates whether the collection contains notes for actions.
SelectAgentsRead-write. Indicates whether the collection contains notes for agents.
SelectDatabaseScriptRead-write. Indicates whether the collection contains a database script note.
SelectDataConnectionsRead-write. Indicates whether the collection contains a data connection note.
SelectDocumentsRead-write. Indicates whether the collection contains the data documents.
SelectFoldersRead-write. Indicates whether the collection contains notes for folders.
SelectFormsRead-write. Indicates whether the collection contains notes for forms.
SelectFrameSetsRead-write. Indicates whether the collection contains notes for frame sets.
SelectHelpAboutRead-write. Indicates whether the collection contains an "About Database" note.
SelectHelpIndexRead-write. Indicates whether the collection contains a help index note.
SelectHelpUsingRead-write. Indicates whether the collection contains a "Using Database" note.
SelectIconRead-write. Indicates whether the collection contains an icon note.
SelectImageResourcesRead-write. Indicates whether the collection contains notes for image resources.
SelectionFormula (NotesNoteCollection)Read-write. Formula that selects notes for inclusion in the collection.
SelectJavaResourcesRead-write. Indicates whether the collection contains notes for Java™ resources.
SelectMiscCodeElementsRead-write. Indicates whether the collection contains notes for miscellaneous code elements.
SelectMiscFormatElementsRead-write. Indicates whether the collection contains notes for miscellaneous format elements.
SelectMiscIndexElementsRead-write. Indicates whether the collection contains notes for miscellaneous index elements.
SelectNavigatorsRead-write. Indicates whether the collection contains notes for navigators.
SelectOutlinesRead-write. Indicates whether the collection contains notes for outlines.
SelectPagesRead-write. Indicates whether the collection contains notes for pages.
SelectProfilesRead-write. Indicates whether the collection contains profile documents.
SelectReplicationFormulasRead-write. Indicates whether the collection contains replication formulas.
SelectScriptLibrariesRead-write. Indicates whether the collection contains notes for script libraries.
SelectSharedFieldsRead-write. Indicates whether the collection contains notes for shared fields.
SelectStyleSheetResourcesRead-write. Indicates whether the collection contains notes for style sheet resources.
SelectSubformsRead-write. Indicates whether the collection contains notes for subforms.
SelectViewsRead-write. Indicates whether the collection contains notes for views.
SinceTimeRead-write. Indicates the earliest note creation time in the collection.

Methods

NameDescription
AddAdds one or more notes to a note collection.
BuildCollectionBuilds (compiles) the note collection.
ClearCollectionClears (invalidates) a note collection build.
GetFirstNoteIDGets the first note in a collection.
GetNextNoteIDGiven a note, finds the note immediately following it in a collection.
Intersect (NotesNoteCollection)Creates a note collection containing the notes common to the original collection and the note or notes specified in the intersection parameter.
Remove (NotesNoteCollection)Removes one or more notes from a note collection.
SelectAllAdminNotesSelects or deselects the administration notes for inclusion in the collection.
SelectAllCodeElementsSelects or deselects the notes for code elements for inclusion in the collection.
SelectAllDataNotesSelects or deselects the data notes for inclusion in the collection.
SelectAllDesignElementsSelects or deselects the notes for design elements for inclusion in the collection.
SelectAllFormatElementsSelects or deselects the notes for format elements for inclusion in the collection.
SelectAllIndexElementsSelects or deselects the notes for index elements for inclusion in the collection.
SelectAllNotesSelects or deselects all notes for inclusion in the collection.

Examples

NameDescription
Examples: Intersect method (NotesNoteCollection)This example builds a note collection of "example" agents, agents with the text "Ex." in the name. First build a notes collection nc of all agents in the…
Examples: LastBuildTime propertyThis agent builds a note collection and displays the time of the build.
Examples: Remove method (NotesNoteCollection)This agent builds a note collection of documents from the current database. It removes any document with a subject containing the text "test" then…