.

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


RemoveFromFolder @Command
Removes the selected document from the current folder.

Syntax

@Command( [RemoveFromFolder] )

Usage

A document must be selected in a folder or opened from a folder (not a view). If several documents are selected, they are all removed from the folder.

Note The following feature is new with Release 5.

This @command works on the Web if "Use applet in the browser" is in effect for the implementing view or folder.

Language cross-reference

RemoveFromFolder method of LotusScript NotesDocument class

removeFromFolder method of Java Document class

See Also