Limit to number of entities that are returned when enumerating files in a folder? #1451
Unanswered
Amwins-Bass-Guy
asked this question in
Q&A
Replies: 1 comment
-
@Amwins-Bass-Guy : loading files using above approach will not load all files, if you use above code on a large library (+5000 files) you'll most likely see this error "The attempted operation is prohibited because it exceeds the list view threshold". See #586 for an approach that help you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone know whether there is a limit when enumerating files in a given folder? I am concerned about the eventuality of having several thousand files in a folder and running into issues with all files not being enumerated and hampering the selection of a requested file (by ListItemId):
Beta Was this translation helpful? Give feedback.
All reactions