LOTUSSCRIPT/COM/OLE CLASSES
Permanently deletes a document from a database, doing a hard deletion even if soft deletions are enabled.
Note This method is new with Release 6.
Defined in
NotesDocument
Syntax
flag = notesDocument.RemovePermanently( force )
Parameters
force
This method does a hard deletion even if "Allow soft deletions" is enabled. See Remove to do a soft deletion.
If you access a NotesDocument object through the Document property of NotesUIDocument, you can't delete the back-end document. If you could, the UI rendition would have no basis. You must access the document strictly through the back-end.
A deleted document cannot be used as a basis for navigation in a view or a document collection.
You cannot use the remove method on a Document object returned by the DocumentContext property.
Language cross-reference
removePermanently method in Java Document class
@DeleteDocument function in formula language
@HardDeleteDocument function in formula language
Example See Also