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

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -