IsNewDoc (NotesUIDocument - LotusScript®)

Read-only. Indicates whether a document is new. A new document is one that hasn't been saved.

Defined in

NotesUIDocument

Data type

Boolean

Syntax

To get: flag = notesUIDocument .IsNewDoc

Legal values

  • True indicates that the document is new, and hasn't been saved.
  • False indicates that the document is not new, and has been saved.

Example