How to specify the paging number using "LoadListDataAsStreamAsync" #1437
Answered
by
jansenbe
mvcsharepointdev
asked this question in
Q&A
-
I have this code, to get all the list items uisng LoadListDataAsStreamAsync, but i am not sure how to specify the paging size? and what is the paging size in my case, since i am not specifying this number ?
|
Beta Was this translation helpful? Give feedback.
Answered by
jansenbe
Apr 8, 2024
Replies: 1 comment 1 reply
-
@mvcsharepointdev : you need to specify the rowlimit in the CAML query for the paging size, see this sample: https://pnp.github.io/pnpcore/using-the-sdk/listitems-intro.html#d-using-the-listdataasstream-approach |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mvcsharepointdev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mvcsharepointdev : you need to specify the rowlimit in the CAML query for the paging size, see this sample: https://pnp.github.io/pnpcore/using-the-sdk/listitems-intro.html#d-using-the-listdataasstream-approach