• Posts Tagged ‘SPQuery’

    Download all files from SharePoint Library

    by  • April 11, 2009 • SharePoint • 1 Comment

    Now, we are going to see how we can download all documents(incluing sub folders) from SharePoint Library. First of all,we have get all documents from SharePoint Library. The following code help us to get all the documents including Subfolders. //Get the Document Library and its view SPList list = web.Lists["Test Document"]; SPView view = list.Views["All [...]

    Read more →