gotoLast (ViewNavigator - Java)

Moves the current pointer to the last entry in a view navigator.

Defined in

ViewNavigator

Syntax

public boolean gotoLast()
    throws NotesException

Return value

boolean
  • true if the operation succeeds
  • false if there are no entries in the view navigator

Example