.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


getFirstDocument method
Example

Returns the first document in a view.

Defined in

View

Syntax

public Document getFirstDocument()
   throws NotesException

Return value

Document


Usage

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

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

Language cross-reference

GetFirstDocument method in LotusScript NotesView class

Example
See Also