.

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


PutAllInFolder method
Example

Adds the documents associated with all the entries in the view collection to the specified folder. If the folder does not exist, it is created.

Defined in

NotesViewEntryCollection

Syntax

Call notesViewEntryCollection.PutAllInFolder( foldername$ [, createonfail ] )

Parameters

foldername$


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 Java ViewEntryCollection class

Example