Tagged Questions
0
votes
1answer
21 views
Is there a “URL-Structure” for Users and Groups I can access via Hyperlink?
I have a Custom WebPart which gets credentials from the site into a GridView-Table. The result (user and credential) is shown as strings. I want to create a Hyperlink to the users e.g. mysite, instead ...
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 ...
0
votes
1answer
93 views
SPFile Update fails, Exists returns true
I have a block of code wrapped in an if:
mySite.AllowUnsafeUpdates();
SPFile mySPFile = web.GetFile(someURL);
if (mySPFile.Exists) /*returns true, enters code block*/ {
//... make some updates
...
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?
0
votes
4answers
1k views
How can I get the current “full” URL displayed in the Browser?
I'm not looking for the solution using SPContext & so. I tried it but I can't get URLs like: http://mypage.com/testblog/Lists/Posts/Post.aspx?ID=1 ) thanks george
ps: I forgot to mention that ...