sharepoint - How can I retrieve a uploaded file's direct URL? -


Hellu

Everything is in the header, the user of my program can upload files to the SharePoint server, How can I provide a link to open this file? Meaning, how can I get the URL to put in the link?

Thanks in advance.

EDIT: Just to clarify, after uploading the file, I only have one server relativeUURL which will not work for subsites.

Try:

  Diagnostics. Process. Start ("Your SharePoint site is here" + "/" + "ServerRelativeUrl");  

Comments

Popular posts from this blog

c# - Highlight all words containing a letter in a richtextbox -

Admob interstitials not clickable on Nexus 5 (Android 4.4.2) -

java - MigLayout - selective component fill -