JAVA/CORBA CLASSES


putAllInFolder method
Example

Adds the documents associated with all the entries in a view entry collection to a specified folder.

Defined in

ViewEntryCollection

Syntax

public void putAllInFolder(String folderName)
   throws NotesException

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

Parameters

String folderName


boolean createOnFail
Usage

If a document is already inside the folder you specify, putAllInFolder does nothing for that document. If you specify a path to a folder, and none of the folders exist, the method creates all of them for you.

Language cross-reference

PutAllInFolder method in LotusScript NotesViewEntryCollection class

Example
See Also