.

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


removePermanently method
Example

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.5.

Defined in

Document

Syntax

public boolean removePermanently(boolean force)
   throws NotesException

Parameters

boolean force


Return value

boolean


Usage

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 LotusScript NotesDocument class

@DeleteDocument function in formula language

@HardDeleteDocument function in formula language

Example
See Also