Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Summary
The Collections namespace provides methods that allow for the creation and manipulation of collections of objects (e.g.: iterables). The API extension extends the existing Collections namespace with the following properties and methods:
Object Methods
| Name | Signature | Description |
|---|---|---|
| CreateArray | CreateArray([value]...) | Creates an indexable and iterable array out of the set of arguments passed to the method. This method is useful for creating the starting point of a query or flattening |