IsSaveToDisk (NotesItem - JavaScript™)
Read-Write. Indicates whether an item is saved when the document is saved.
Defined in
NotesItemSyntax
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 |