IsNamedDoc (NotesDocument - LotusScript)

Indicates whether a document is a named document.

Note: This property is new in R12.0.1

Defined in

NotesDocument

Data type

Boolean

Syntax

To get: flag = notesDocument .IsNamedDoc

Legal values

  • True indicates that the document is a named document.
  • False indicates that the document is not a named document.