webMethods Integration Cloud and Cloud Deployment Documentation 6.0.0 | webMethods Integration Cloud | Built-In Services | Built-In Services | List | appendToDocumentList
 
appendToDocumentList
Adds documents to a document list.
Input Parameters
toList
Document List Optional. List to which you want to append documents. If you do not specify toList, the service creates a new list.
fromList
Document List Optional. Documents you want to append to the end of toList.
fromItem
Document Optional. Document you want to append to the end of toList. If you specify both fromList and fromItem, the service adds the document specified in fromItem after the documents in fromList.
Output Parameters
toList
Document List The toList document list with the documents in fromList and fromItem appended to it.
Usage Notes
The documents contained in fromList and fromItem are not actually appended as entries to toList. Instead, references to the documents in fromList and fromItem are appended as entries to toList. Consequently, any changes made to the documents in fromList and fromItem also affect the resulting toList.

Copyright © 2014- 2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.