...
Property | Description |
---|---|
EnablePagination | It must be set to |
PageSize | Defines the size of a page; the value has boundaries from 1 to 5000. Negative, zero, and values higher than 5000 are not allowed. |
PageIndex | Used to iterate through pages. The valid value is from 1 to N. Negative values are not allowed. |
Example of usage by the SDK
...