Data Paging Get Page Info
Gets paging info (current page index, total pages, and total items) from a DataPaging component.
Parameters
| Parameter | Description |
|---|---|
| Paging | The DataPaging component. |
| Page Index | Stores the zero-based current page index. |
| Total Pages | Stores the total number of pages. |
| Total Items | Stores the total number of items in the target. |
Details
- If
Pagingis not set, no values are written. - Output fields are optional. Only assigned outputs are updated.