Dev
Dev

Reputation: 410

Upload a document to a SharePoint document library (can be via Rest Api/other) using C# & also retrieve the unique id of the document

I need to upload a document to a SharePoint document library (can be via Rest Api/other) using C#.net & also retrieve the unique id/location of the document currently uploaded.

Upvotes: 0

Views: 650

Answers (1)

Flowlicious
Flowlicious

Reputation: 116

answered here you can get the information of the uploaded file after myLibrary.Update()

Upvotes: 0

Related Questions