LOTUSSCRIPT/COM/OLE CLASSES


Save method
Example

Saves any changes you have made to a document.

Defined in

NotesDocument

Syntax

flag = notesDocument.Save( force, createResponse [, markRead ] )

Parameters

force


createResponse
markRead
Return value
Usage

Avoid using this method in a document returned by NotesUIDocument.Document. Use NotesUIDocument.Save instead. Otherwise, a user who saves in the front-end creates a save conflict.

Language cross-reference

save method in Java Document class

@DocMark function in formula language

FileSave @command in formula language

Example
See Also