JAVA/CORBA CLASSES


getLastDocument method
Example

Returns the last document in a view.

Defined in

View

Syntax

public Document getLastDocument()
   throws NotesException

Return value

Document


Usage

If the view is filtered by FTSearch, this method returns the last document in the filtered view.

The ViewNavigator and ViewEntryCollection classes provide more efficient methods for navigating views and accessing entries.

Language cross-reference

GetLastDocument method in LotusScript NotesView class

Example
See Also