Hybrid Integration 10.2 | Integrating On-Premises Applications | Integration Server Built-In Services | List Folder | pub.list:sizeOfList
 
pub.list:sizeOfList
WmPublic. Returns the number of elements in a list.
Input Parameters
fromList
Document List, String List, or Object List Optional. List whose size you want to discover. If fromList is not specified, the service returns a size of 0.
Output Parameters
size
String Number of entries in fromList.
fromList
Document List, String List, or Object List Original list.
Usage Notes
For example, if fromList consists of:
fromList[0] = "a"
fromList[1] = "b"
fromList[2] = "c"
The result would be:
size="3"

Copyright © 2015- 2018 | 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.
Innovation Release