IsSaveToDisk (NotesItem - JavaScript)

Read-Write. Indicates whether an item is saved when the document is saved.

Defined in

NotesItem

Syntax

isSaveToDisk() : boolean

setSaveToDisk(flag:boolean) : void

Legal value Description
true (default) if the item is saved when the document is saved
false if the item is not saved when the document is saved

Usage

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