.

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

FORMULA LANGUAGE


EmptyTrash @Command
Example

Deletes documents marked for deletion in a database and refreshes the view.

Note This @command is new with Release 5.

Syntax

@Command( [EmptyTrash] )

Usage

This command permanently deletes any documents currently marked for deletion (use MoveToTrash @Command to mark documents for deletion).

You can use this command with Web applications. The View applet is also programmable via this @command.

Language cross-reference

ViewRefresh method of LotusScript NotesUIWorkspace class

Example
See Also