-
Blog Networks
-
Archives
- February 2010 (5)
- November 2009 (4)
- October 2009 (3)
- September 2009 (2)
- August 2009 (2)
- July 2009 (3)
- April 2009 (4)
- March 2009 (11)
- February 2009 (1)
- November 2008 (1)
- June 2008 (1)
- April 2008 (1)
- March 2008 (3)
- September 2007 (1)
- August 2007 (1)
- July 2007 (2)
-
Recent Posts
CLUSTER MAP
Tag Cloud
70-541 All Files Attachment Certification Configuration ContentType Copy CopyInToItems Copy WebService CreateWorkSpace Database Database Categories Download Download Document Error Excel Calculation Services Excel Services Expression Blend 3 Extensions Feature File GetItem Hidden List InternalName jQuery Library Links List ListIte Lists List URL MOSS MOSS 2007 Navigation SharePoint SharePoint-2010 SharePoint Database Silverlight SP2010 New Features SPQuery Sql Query Tips Series Upload User Information List WebService
Posted by Shantha Kumar on 3rd April 2009
2
User Information List – URL
In my WSS – User Information List post, I’ll list out the fields available under hidden “User Information List”. Now i’ll like to share the details of URL for that “User Information List”.
By using follwoing code, we can get the Users list url,
SPList userList = SPContext.Current.Web.SiteUserInfoList;
string url = userList.Forms[PAGETYPE.PAGE_DISPLAYFORM].Url;
the above code will return like the following [...]
