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:hasDocument
 
wm.ln.documentCollection:hasDocument
This Java service determines if a document is in a document collection.
Input Parameters
documentCollection
DocumentCollection The document collection in which to search for a document.
document
Document The document to check for in a document collection.
Output Parameters
hasDocument
String "True" if the document exists, "false" otherwise.