Skip to main content

NotesViewEntryCollection

Properties

NameDescription
Count (NotesViewEntryCollection)Read-only. The number of entries in a collection.
Parent (NotesViewEntryCollection)Read-only. The view that contains a view entry collection.
Query (NotesViewEntryCollection)Read-only. The text of the query that produced a view entry collection, if the collection results from a full-text or other search.

Methods

NameDescription
AddEntry (NotesViewEntryCollection)Adds an entry to a view entry collection.
Clone (NotesViewEntryCollection)Returns a NotesViewEntryCollection object which is a copy of the original collection.
Contains (NotesViewEntryCollection)Indicates whether or not a NotesViewEntryCollection contains all of the NotesDocuments or NotesViewEntries given.
DeleteEntryDeletes an entry from a collection.
FTSearch (NotesViewEntryCollection)Conducts a full-text search of all the entries in a Notes® database collection, and reduces the collection to those entries that match.
GetEntry (NotesViewEntryCollection)Gets a specified entry in a view collection.
GetFirstEntry (NotesViewEntryCollection)Gets the first entry in a view collection.
GetLastEntryGets the last entry in a view collection.
GetNthEntryGiven a position number, gets the entry at that position in a view collection.
GetPrevEntryGets the entry immediately preceding the current one or a specified entry in a view collection.
Intersect (NotesViewEntryCollection)Removes from a view entry collection any entries whose associated documents are not also contained in a second collection.
Merge (NotesViewEntryCollection)Adds to a view entry collection any documents not already in the collection that are contained in a second document or view entry collection.
PutAllInFolder (NotesViewEntryCollection)Adds the documents associated with all the entries in the view collection to the specified folder. If the folder does not exist, it is created.
RemoveAll (NotesViewEntryCollection)Permanently removes all documents associated with the entries in a view collection from a database.
RemoveAllFromFolder (NotesViewEntryCollection)Removes all documents associated with the entries in a view collection from the specified folder.
StampAll (NotesViewEntryCollection)Replaces the value of a specified item in all documents associated with the entries in a view collection.
StampAllMulti (NotesViewEntryCollection)Replaces the values of specified items in all documents associated with the entries in a view collection.
Subtract (NotesViewEntryCollection)Removes from a view entry collection any entries whose associated documents are also contained in a second collection.
UpdateAll (NotesViewEntryCollection)Marks all documents associated with the entries in a view collection, as processed by an agent.

Examples

NameDescription
Examples: Clone method (NotesViewEntryCollection)This agent displays the number of documents in a NotesViewEntryCollection of read documents, makes a clone of the collection, and counts the number of…
Examples: Contains method (NotesViewEntryCollection)This agent creates a NotesViewEntryCollection of read documents, and determines if the first document in the "All" view is in that collection.
Examples: Count property (NotesViewEntryCollection)This script displays the number of entries in the Manufacturer category in the By Category view.
Examples: FTSearch method (NotesViewEntryCollection)This script does a full-text search of all the entries in the view entry collection and places the results in a folder called Search Results.
Examples: GetEntry method (NotesViewEntryCollection)This script retrieves the second entry in the Household Appliances category of the By Category view and puts it in the Sale Items folder.
Examples: GetFirstEntry method (NotesViewEntryCollection)This script retrieves the first entry in the Student category in the By Category view and puts it in the Honors folder.
Examples: GetNextEntry method (NotesViewEntryCollection)This script retrieves the second entry in the Student category in the By Category view and puts it in the Honors folder.
Examples: Intersect method (NotesViewEntryCollection)The following examples use these collections. The NotesViewEntryCollection collection1 contains documents numbered 104565, 135486, 224593, 448790,…
Examples: MarkAllRead method (NotesViewEntryCollection)This agent displays the number of unread documents in a view, marks them all as read, then displays the new number of unread documents in the view.
Examples: MarkAllUnread method (NotesViewEntryCollection)This agent displays the number of read documents in a view, marks them all as unread, then displays the new number of read documents in the view.
Examples: Merge method (NotesViewEntryCollection)The following examples use these collections. The NotesViewEntryCollection collection1 contains documents numbered 104565, 135486 and 224593. The…
Examples: Parent property (NotesViewEntryCollection)This script displays the universal ID of the parent view.
Examples: PutAllInFolder method (NotesViewEntryCollection)This script gets all of the entries in the category Fox in the By Category view and puts them in the Machines folder.
Examples: RemoveAll method (NotesViewEntryCollection)This script removes all of the documents associated with the entry December in the By Category view.
Examples: RemoveAllFromFolder method (NotesViewEntryCollection)This script removes all the documents under the category "craft projects" from the Christmas folder and puts them in the "Leisure time" folder.
Examples: StampAll method (NotesViewEntryCollection)This script requests a value from the user and writes it to the NewField item in every document associated with the entries in the Cars view collection…
Examples: Subtract method (NotesViewEntryCollection)The following examples use these collections. The NotesViewEntryCollection collection1 contains documents numbered 104565, 135486, 224593, 448790,…
Examples: UpdateAll method (NotesViewEntryCollection)This script displays the subject of each document corresponding to an entry in a view entry collection and then marks all of the documents as processed…

Reference

NameDescription
GetNextEntry (NotesViewEntryCollection)Gets the entry immediately following the current one or a specified entry in a view collection.
MarkAllRead (NotesViewEntryCollection)Marks all of the documents in a collection as read.
MarkAllUnread (NotesViewEntryCollection)Marks all of the documents in a collection as unread.