I'm trying to figure out the best way to download all the documents from a given document library.
Is there any better way than to loop through every single item and downloading every file individually?
At times, I'll be required to get all the documents from the farm and looping through every single item in every single list is just not the right approach
Is there any better way than to loop through every single item and downloading every file individually?
At times, I'll be required to get all the documents from the farm and looping through every single item in every single list is just not the right approach