gotoLastDocument (ViewNavigator - Java)

Moves the current pointer to the last document entry in a view navigator, skipping any totals and category entries.

Defined in

ViewNavigator

Syntax

public boolean gotoLastDocument()
    throws NotesException

Return value

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

Example