Tagged Questions
5
votes
2answers
3k views
How do I upload a document and set column values when doing so?
I am using the following code to download documents from SharePointand surface them to the user.
ClientContext clientContext = new ClientContext(ServerUrl);
clientContext.Credentials = cred;
...