LOTUSSCRIPT/COM/OLE CLASSES


RemoveFromFolder method
Example

Removes a document from the specified folder.

Defined in

NotesDocument

Syntax

Call notesDocument.RemoveFromFolder( folderName$ )

Parameters

folderName$


Usage

The method does nothing if the document is not in the folder you specify, or if the folder you specify does not exist.

Language cross-reference

removeFromFolder method in Java Document class

@AddToFolder function in formula language

RemoveFromFolder @command in formula language

Example
See Also