Remove (NotesDatabase - LotusScript®)

Permanently deletes a database from disk.

Defined in

NotesDatabase

Syntax

Call notesDatabase .Remove

Usage

This method fails if the database is open by other users. It does not set the database to be deleted once the current users are finished, nor does it prevent new users from accessing the database. See the MarkForDelete method if you want to mark a database in a cluster for deletion once all current users have finished with it.

Example