.

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

JAVA/CORBA CLASSES


removeFromFolder method
Example

Removes a document from a folder.

Defined in

Document

Syntax

public void removeFromFolder(String name)
   throws NotesException

Parameters

String name


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 LotusScript NotesDocument class

@AddToFolder function in formula language

RemoveFromFolder @command in formula language

Example