LOTUSSCRIPT/COM/OLE CLASSES


Examples: Remove method
1. This script removes a document from a database, unless another user has modified it.
2. This script removes a document from a database, regardless of whether another user has modified it. It does not use the Remove method's return value.
3. This script gets the universal ID of the current UI document, marks the document for deletion and closes it. The script then retrieves the back-end NotesDocument object from the database and removes it with the NotesDocument Remove method.
4. This script removes all of the documents in the view called "My Favorites."
See Also