LoadListDataAsStreamAsync is unable to read the items inside a folder inside my sharepoint custom list #1403
Answered
by
jansenbe
mvcsharepointdev
asked this question in
Q&A
-
I have the following:-
now i am using this code to get all the 1559, but this will only return 1378 items,,, so seems it skipped the items inside the "Closed' folder" :-
any advice, how i cam get all the list items inside the root folder and inside all sub folders? |
Beta Was this translation helpful? Give feedback.
Answered by
jansenbe
Feb 21, 2024
Replies: 1 comment 1 reply
-
@mvcsharepointdev : update the view element in your CAML query to be like this: |
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 : update the view element in your CAML query to be like this:
<View Scope='Recursive'>