Tagged Questions
2
votes
1answer
68 views
How to parse a SharePoint URL to get CSOM objects?
Let's say the only input I have from the user is the full URL to a folder in a Document Library called "Public Documents":
http://intranet.contoso.com/SubSite/PublicDocuments/Folder/SubFolder/
Using ...
1
vote
2answers
137 views
Get value of Hyperlink field in Sharepoint 2010 list item
I'm trying to get the value of a field of type "Hyperlink or Image" (currently set to "Hyperlink" in the column settings that is being returned as part of a Sharepoint 2010 ListItem. I'm using the ...
1
vote
0answers
218 views
Url to an item with Client Object Model
Regarding my question, at this moment i'm writing some client object model code and I can't find a way to retrieve create make an url ...
My question now is:
How can I create an url to an item? I ...
1
vote
2answers
2k views
Getting the URLs of the SharePoint sites, lists and list views using Managed Client Object Model
Let's say that I have created:
A SharePoint site collection at http://mysharepoint/.
A subsite of that site collection titled Team site at http://mysharepoint/teamsite/.
A list titled My List ...
2
votes
2answers
247 views
link documents in sharepoint 2010
how can i create a link to a document in a library in c# using the object model in sharepoint 2010?