Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Built-In Services Reference | Built-In Services Reference | wm.ln.viewEntryCollection:putAllInFolder
 
wm.ln.viewEntryCollection:putAllInFolder
This flow service adds the documents associated with all the entries in a view entry collection to a specified folder.
Input Parameters
viewEntryCollection
ViewEntryCollection The ViewEntryCollection object to use to add documents to a specified folder.
folderName
String The name of the folder in which to place the documents. The folder may be personal if the program is running on the workstation. If the folder is within another folder, specify a path to it, separating folder names with backslashes and escaping the backslashes in a literal, for example: viewEntryCollection.putAllInFolder("Vehicles\\Bikes");
createOnFail
String Optional. If "true" (default), creates the folder if it does not exist. If "false" and the folder does not exist, this method does nothing.