Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. WebClient webClient = new WebClient();
  2. webClient.UseDefaultCredentials = true;
  3. webClient.DownloadData("https://sharepointwebsite/document-library/Test.docx");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement