Read-Write. Indicates whether an item is saved when the document is saved.
Defined in
Item class
Data type
boolean
Syntax
public boolean isSaveToDisk() throws NotesException
public void setSaveToDisk(boolean flag) throws NotesException
Legal values
If you mark an existing item as not to be saved, it disappears from storage the next time you save the document.
Language cross-reference
SaveToDisk property in LotusScript NotesItem class
@DocMark function in formula language
Example See Also