GetParent (NotesViewNavigator - LotusScript®)
Returns the parent entry in a view navigator.
Defined in
Syntax
Set notesViewEntry = notesViewNavigator .GetParent( entry )
Parameters
entry
NotesViewEntry. An entry in the view. Defaults to the current entry. If you specify Nothing, this method generates an error.
Return value
notesViewEntry
NotesViewEntry. The parent entry of the current or specified entry. Returns Nothing if there is no parent entry.
Usage
This method moves the current pointer to the retrieved entry unless the return value is Nothing.