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.documentCollection:putAllInFolder
 
wm.ln.documentCollection:putAllInFolder
This flow service 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.
Input Parameters
documentCollection
DocumentCollection The document collection to add to a folder.
folderName
String The name of the folder in which to place the documents. The folder may be personal if the script is running on the workstation. If the folder is within another folder, specify a path to it, separating folder names with backward slashes, for example, "Vehicles\\Bikes".
createOnFail
String If true (default), creates the folder if it does not exist.