I’m trying to consume a SharePoint 2010 web service via Visual Studio 2010. I want to download all files of a document library which can only be accessed to authenticated users. No tutorial I found worked. Can somebody help me?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try this code: Please try below function. you need to pass FileURL(Full web url for document), Title(Pass name you want to give for downloaded file.)
(Note: this function need to pass credentials along with full url for the document you want to download. I think that would be enough for you)