.

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


putAllInFolder method
Example

Adds all the documents in the collection to the specified folder. If the folder does not exist in the document's database, it is created.

Defined in

DocumentCollection

Syntax

public void putAllInFolder(String folderName)
   throws NotesException

public void putAllInFolder(String folderName, boolean createonfail)
   throws NotesException

Parameters

String folderName


boolean createonfail
Usage

For remote (IIOP) operations only, this method moves the current pointer to the first document in the collection.

If a document is already inside the folder you specify, putAllInFolder does nothing for that document.

Language cross-reference

PutAllInFolder method in LotusScript NotesDocumentCollection class

Example