GetRedundancyGroupsLiteForView
Use this method to retrieve a list of all the redundancy groups from a specified view.
This method is a faster alternative to the method GetRedundancyGroupsForView, as it retrieves only basic information about the redundancy groups.
Input
| Item | Format | Description |
|---|---|---|
| connection | String | The connection ID. See ConnectApp. |
| viewID | Integer | The view ID. |
| includeSubViews | Boolean | Indicates whether redundancy groups from subviews are included. |
Output
| Item | Format | Description |
|---|---|---|
| GetRedundancyGroupsLiteForViewResult | Array of DMAElementLite | The redundancy groups in the specified view. |