IsDocument (ViewEntry - Java)

Read-only. Indicates whether a view entry is a document.

Defined in

ViewEntry

Data type

boolean

Syntax

public boolean isDocument()
    throws NotesException

Legal values

  • true if the entry is a document
  • false if the entry is not a document

Example