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:getNthDocument
 
wm.ln.documentCollection:getNthDocument
This flow service, given a position number, returns the document at that position in a collection. The preferred loop structure is getLastDocument() followed by getPrevDocument() until it returns null. For performance reasons, avoid using getNthDocument(int n) and getPrevDocument(Document).
Input Parameters
documentCollection
DocumentCollection The document collection to get the document from.
dateRange
DateRange The lotus.domino.DateRange object.
Output Parameters
startDateTime
DateTime The start date of the provided DateRange object as a lotus.domino.DateTime object.