[Sample Of Mar 3rd] Download document from SharePoint Document libraries

 

Homepage image
RSS Feed

Sample Download :

CS Version: https://code.msdn.microsoft.com/CSSharePointDownloadDocumen-f19f0613

VB Version: https://code.msdn.microsoft.com/VBSharePointDownloadDocumen-f631317d

This sample will demonstrate how to download the documents from SharePoint document libraries across site collection in an easy fashion. Our implementation ideas are as follows: add the OOTB document library name to a list if document library in this list will not be downloaded. According to the specified URL circulation Site list, obtain the document libraries and compared with the OOTB document library's name list; if the document library's name does not exist in the OOTB list, download the document library.
image

You can find more code samples that demonstrate the most typical programming scenarios by using Microsoft All-In-One Code Framework Sample Browser or Sample Browser Visual Studio extension. They give you the flexibility to search samples, download samples on demand, manage the downloaded samples in a centralized place, and automatically be notified about sample updates. If it is the first time that you hear about Microsoft All-In-One Code Framework, please watch the introduction video on Microsoft Showcase, or read the introduction on our homepage https://1code.codeplex.com/.