how can i create a link to a document in a library in c# using the object model in sharepoint 2010?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
A combination of SPList and SPListItem.GetItems will do the job. Note that SPListeItem has a ".URL" field. The links have sample code that is a good start. |
|||
|
|
|
In fact, I would go with the following solution, if you are using the regular object model. I can't tell if that it would work also with the client object model. Use the Content Type "Link To a Document" and use the following code to make it work. I had to do it for one of my projects, and it is definitely the way to go. Check it here |
|||
|
|