.

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

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