JAVA/CORBA CLASSES
Saves any changes you have made to a document.
Defined in
Document
Syntax
public boolean save() throws NotesException
public boolean save(boolean force) throws NotesException
public boolean save(boolean force, boolean makeresponse) throws NotesException
public boolean save(boolean force, boolean makeresponse, boolean markread) throws NotesException
Parameters
boolean force
If false, and someone else edits the document while the program is running, the makeresponse argument determines what happens.
Save method in LotusScript NotesDocument class
@DocMark function in formula language
Example See Also