getFirstDocument (ViewNavigator - Java)

Returns the first document entry in a view navigator, skipping any category entries.

Defined in

ViewNavigator

Syntax

public ViewEntry getFirstDocument()
    throws NotesException

Return value

ViewEntry

The first document entry. Returns null if there are no entries.

Usage

This method moves the current pointer to the retrieved entry unless the return value is null.

Example