.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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