SaveToDisk (NotesItem - LotusScript®)

Read-write. Indicates whether an item is saved to disk when the document is saved.

Defined in

NotesItem

Data type

Boolean

Syntax

To get: flag = notesItem .SaveToDisk

To set: notesItem .SaveToDisk = flag

Legal values

  • True indicates the default. The item is saved to disk when the document is saved.
  • False indicates that the item is not saved to disk when the document is saved.

Usage

If you mark an existing item as not to be saved, it disappears from disk the next time you save the document.

Example