| GetChild (NotesViewNavigator) | Returns the first child (response) of an entry in a view navigator. |
| GetCurrent | Returns 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. |
| GetNextCategory | Returns 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. |
| GetNth | Returns the entry at a specified position in the top level of a view navigator. |
| GetParent (NotesViewNavigator) | Returns the parent entry in a view navigator. |
| GetPos | Returns the entry at a specified position in a view navigator. |
| GetPrev (NotesViewNavigator) | Returns the previous entry in a view navigator. |
| GetPrevCategory | Returns 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. |
| GotoChild | Moves the current pointer to the first child of a specified entry in a view navigator. |
| GotoEntry | Moves the current pointer to the entry for a specified document or view entry. |
| GotoFirst | Moves the current pointer to the first entry in a view navigator. |
| GotoFirstDocument | Moves the current pointer to the first document entry in a view navigator, skipping any category entries. |
| GotoLast | Moves the current pointer to the last entry in a view navigator. |
| GotoLastDocument | Moves the current pointer to the last document entry in a view navigator, skipping any totals and category entries. |
| GotoNext | Moves the current pointer to the entry following a specified entry in a view navigator. |
| GotoNextCategory | Moves the current pointer to the next category entry following a specified entry in a view navigator. |
| GotoNextDocument | Moves the current pointer to the next document entry following a specified entry in a view navigator. |
| GotoNextSibling | Moves the current pointer to the next sibling entry following a specified entry in a view navigator. |
| GotoParent | Moves the current pointer to the parent entry of a specified entry in a view navigator. |
| GotoPos | Moves the current pointer to the entry at a specified position in a view navigator. |
| GotoPrev | Moves the current pointer to the entry before a specified entry in a view navigator. |
| GotoPrevCategory | Moves the current pointer to the previous category entry before a specified entry in a view navigator. |
| GotoPrevDocument | Moves the current pointer to the previous document entry before a specified entry in a view navigator. |
| GotoPrevSibling | Moves the current pointer to the previous sibling entry before a specified entry in a view navigator. |