<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Welcome to ShanthaKumar&#039;s Blog &#187; List URL</title>
	<atom:link href="http://ktskumar.com/blog/tag/list-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://ktskumar.com/blog</link>
	<description>SharePoint, Silverlight and more.........</description>
	<lastBuildDate>Thu, 10 Jun 2010 01:42:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>User Information List &#8211; URL</title>
		<link>http://ktskumar.com/blog/2009/04/03/user-information-list-url-2/</link>
		<comments>http://ktskumar.com/blog/2009/04/03/user-information-list-url-2/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 04:54:57 +0000</pubDate>
		<dc:creator>Shantha Kumar</dc:creator>
				<category><![CDATA[MOSS]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[List URL]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[User Information List]]></category>

		<guid isPermaLink="false">http://ktskumar.wordpress.com/?p=145</guid>
		<description><![CDATA[In my WSS &#8211; User Information List post, I&#8217;ll list out the fields available under hidden &#8220;User Information List&#8221;. Now i&#8217;ll like to share the details of URL for that &#8220;User Information List&#8221;.
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 [...]]]></description>
			<content:encoded><![CDATA[<p>In my <a href="http://ktskumar.wordpress.com/2009/03/11/wss-user-information-list/">WSS &#8211; User Information List </a>post, I&#8217;ll list out the fields available under hidden &#8220;User Information List&#8221;. Now i&#8217;ll like to share the details of URL for that &#8220;User Information List&#8221;.</p>
<p>By using follwoing code, we can get the Users list url,</p>
<p><span style="color:#000080;">SPList userList = SPContext.Current.Web.SiteUserInfoList;<br />
string url = userList.Forms[PAGETYPE.PAGE_DISPLAYFORM].Url;</span></p>
<p>the above code will return like the following url <span style="color:#008000;">http://mysite/_layouts/userdisp.aspx</span>. But, this url is not the exact url.</p>
<p>The actual url for &#8220;User Information List&#8221; available under _Catalogs folder.<br />
FYI, I list out the url&#8217;s here,</p>
<ul>
<li><span style="color:#008000;">http://mysite/_catalogs/users/detail.aspx<br />
</span>            Shows the detail view of only Users in the list.</li>
<li><span style="color:#008000;">http://mysite/_catalogs/users/simple.aspx<br />
</span>            Shows the simple view of only Users in the List</li>
<li><span style="color:#008000;">http://mysite/_catalogs/users/allgroups.aspx</span><br />
            Shows all the groups without users available in Site.</li>
</ul>
<p>In my next post, i&#8217;ll explain about the default folders available in this &#8220;User Information List&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://ktskumar.com/blog/2009/04/03/user-information-list-url-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
