gotoFirstDocument (ViewNavigator - Java)

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

Defined in

ViewNavigator

Syntax

public boolean gotoFirstDocument()
    throws NotesException

Return value

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

Example