QueryDocumentUndelete (NotesUIDatabase - LotusScript®)
Occurs just before the deletion mark on a document or selected set of documents is removed.
Defined in
Parameters
Syntax
QueryDocumentUndelete(Source As Notesuidatabase, Continue As Variant)
Parameters
Source
NotesUIDatabase. Read-only. The current view.
Continue
Boolean. Read-write. Indicates whether or not the document(s) will be undeleted. Set this parameter to False if you do not want the document(s) to be undeleted.
Usage
When you create a script that responds to this event, Notes® creates the syntax of the event for you (including the parameters). You do not need to type it in.
Source.Documents contains the affected documents.