Skip to content

Should we iterate over the output or the original list inside the sample code #1112

Answered by jansenbe
mvcsharepointdev asked this question in Q&A
Discussion options

You must be logged in to vote

The paging loop will load all list items into memory and you can then iterate over the loaded items via foreach (var listItem in myList.Items.AsRequested())

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mvcsharepointdev
Comment options

@jansenbe
Comment options

Answer selected by mvcsharepointdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants