Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property

Description

EnablePagination

It must be set to true to request pagination. This must be set explicitly for backward compatibility.

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

...