LOTUSSCRIPT/COM/OLE CLASSES


SaveToDisk property
Example

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


Usage

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

Language cross-reference

IsSaveToDisk property in Java Item class

@DocMark function in formula language

Example
See Also