IsDocument (NotesViewEntry - LotusScript®)

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

Defined in

NotesViewEntry

Data type

Boolean

Syntax

To get: flag = notesViewEntry .IsDocument

Legal values

  • True indicates that the view entry is a document.
  • False indicates that the view entry is not a document.

Example