| 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… |