JAVA/CORBA CLASSES


Document property
Example

Read-only. The document associated with the view entry.

Defined in

ViewEntry

Data type

Document

Syntax

public Document getDocument()
   throws NotesException

Usage

Returns null if the view entry is not a document. Returns null if the document is deleted after the ViewEntry object is created.

Document objects retrieved through ViewEntry do not have the following properties set: FTSearchScore, ColumnValues, and ParentView. Use FTSearchScore, ColumnValues, and Parent in ViewEntry.

Language cross-reference

Document property in LotusScript NotesViewEntry class

Example
See Also