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