Skip to main content

NotesViewNavigator

Properties

NameDescription
CacheSizeRead-write. The size of the navigator cache in view entries.
Count (NotesViewNavigator)Read-only. The number of entries represented by the navigator.
MaxLevelRead-write. The maximum level of navigation for the navigator.
ParentView (NotesViewNavigator)Read-only. The parent view of a navigator.

Methods

NameDescription
GetChild (NotesViewNavigator)Returns the first child (response) of an entry in a view navigator.
GetCurrentReturns the current entry in a view navigator.
GetEntry (NotesViewNavigator)Returns the specified entry in the navigator.
GetFirst (NotesViewNavigator)Returns the first entry in a view navigator.
GetFirstDocument (NotesViewNavigator)Returns the first document entry in a view navigator, skipping any category entries.
GetLast (NotesViewNavigator)Returns the last entry in a view navigator.
GetLastDocument (NotesViewNavigator)Returns the last document entry in a view navigator, skipping any category and totals entries.
GetNext (NotesViewNavigator)Returns the next entry in a view navigator.
GetNextCategoryReturns the next category entry in a view navigator.
GetNextDocument (NotesViewNavigator)Returns the next document entry in a view navigator.
GetNextSibling (NotesViewNavigator)Returns the next sibling entry in a view navigator.
GetNthReturns the entry at a specified position in the top level of a view navigator.
GetParent (NotesViewNavigator)Returns the parent entry in a view navigator.
GetPosReturns the entry at a specified position in a view navigator.
GetPrev (NotesViewNavigator)Returns the previous entry in a view navigator.
GetPrevCategoryReturns the previous category entry in a view navigator.
GetPrevDocument (NotesViewNavigator)Returns the previous document entry in a view navigator.
GetPrevSibling (NotesViewNavigator)Returns the previous sibling entry in a view navigator.
GotoChildMoves the current pointer to the first child of a specified entry in a view navigator.
GotoEntryMoves the current pointer to the entry for a specified document or view entry.
GotoFirstMoves the current pointer to the first entry in a view navigator.
GotoFirstDocumentMoves the current pointer to the first document entry in a view navigator, skipping any category entries.
GotoLastMoves the current pointer to the last entry in a view navigator.
GotoLastDocumentMoves the current pointer to the last document entry in a view navigator, skipping any totals and category entries.
GotoNextMoves the current pointer to the entry following a specified entry in a view navigator.
GotoNextCategoryMoves the current pointer to the next category entry following a specified entry in a view navigator.
GotoNextDocumentMoves the current pointer to the next document entry following a specified entry in a view navigator.
GotoNextSiblingMoves the current pointer to the next sibling entry following a specified entry in a view navigator.
GotoParentMoves the current pointer to the parent entry of a specified entry in a view navigator.
GotoPosMoves the current pointer to the entry at a specified position in a view navigator.
GotoPrevMoves the current pointer to the entry before a specified entry in a view navigator.
GotoPrevCategoryMoves the current pointer to the previous category entry before a specified entry in a view navigator.
GotoPrevDocumentMoves the current pointer to the previous document entry before a specified entry in a view navigator.
GotoPrevSiblingMoves the current pointer to the previous sibling entry before a specified entry in a view navigator.

Examples

NameDescription
Examples: Count property (NotesViewNavigator)This agent gets a count of all entries in a view plus counts of all entries in each category.
Examples: GetChild method (NotesViewNavigator)This script retrieves the child of the first entry in the Java™ category and places it in a folder.
Examples: GetEntry method (NotesViewNavigator)This script retrieves the specified entry in a view navigator.
Examples: GetFirst method (NotesViewNavigator)This script returns the first entry in a view navigator.
Examples: GetFirstDocument method (NotesViewNavigator)This script gets the first document entry in a view navigator.
Examples: GetLast method (NotesViewNavigator)This script returns the last entry in a view navigator.
Examples: GetLastDocument method (NotesViewNavigator)This script returns the universal ID of the last document entry in a view navigator.
Examples: GetNext method (NotesViewNavigator)1. This script returns the next entry after the specified entry in the view navigator.
Examples: GetNextDocument method (NotesViewNavigator)This script returns the next document entry in a view navigator.
Examples: GetNextSibling method (NotesViewNavigator)This script returns the next sibling entry in a view navigator and places it in a folder.
Examples: GetParent method (NotesViewNavigator)This script returns the parent entry in a view navigator.
Examples: GetPrev method (NotesViewNavigator)This script displays the note ID of the previous entry in a view navigator.
Examples: GetPrevDocument method (NotesViewNavigator)This script returns the previous document entry in a view navigator and places it in a folder.
Examples: GetPrevSibling method (NotesViewNavigator)This script returns the previous sibling in a view navigator.
Examples: MarkAllRead method (NotesViewNavigator)This agent gets a count of all unread documents in a view, marks them all as read, then counts the new number of unread documents in the view.
Examples: MarkAllUnread method (NotesViewNavigator)This agent gets a count of all read documents in a view, marks them all as unread, then counts the new number of read documents in the view.
Examples: ParentView property (NotesViewNavigator)This script displays the name of the parent view of a view navigator.

Reference

NameDescription
MarkAllRead (NotesViewNavigator)Marks all of the documents in a view navigator as read.
MarkAllUnread (NotesViewNavigator)Marks all of the documents in a view navigator as unread.