JAVA/CORBA CLASSES


save method
Example

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


boolean makeresponse
boolean markread
Return value
Language cross-reference

Save method in LotusScript NotesDocument class

@DocMark function in formula language

Example
See Also