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.document:putInFolder
 
wm.ln.document:putInFolder
This flow service adds a document to a folder. If the folder does not exist, it is created.
Input Parameters
document
Document The document to add.
folderName
String The name of the folder in which to place the document. The folder may be personal if the program is running on a workstation. If the folder is within another folder, the path must be specified, separating folder names with backslashes, for example: "Vehicles\\Bikes
createOnFail
String Optional. If true (default), creates the folder if it does not exist.