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