GetElementsFromView
Use this method to request a list of all the elements in a specific view.
Input
| Item | Format | Description |
|---|---|---|
| connection | String | The connection ID. See Connect. |
| viewName | String | The view name. |
| includeSubViews | Boolean | If true, then all the elements in the subviews will be returned as well. |
Output
| Item | Format | Description |
|---|---|---|
| GetElementsFromViewResult | Array of DMAElement | All the elements in the specified view. |