<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Get SPList By URL In C#</title>
	<atom:link href="http://www.sharepointsecurity.com/sharepoint/sharepoint-development/get-splist-by-url-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointsecurity.com/sharepoint/sharepoint-development/get-splist-by-url-in-c/</link>
	<description>The Authorative Resource For SharePoint Security Articles, Research, Software, And Security Integration Consulting</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:38:00 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sharepoint search - Create an ‘Alert Me’ on individual search results &#124; Dev All Day</title>
		<link>http://www.sharepointsecurity.com/sharepoint/sharepoint-development/get-splist-by-url-in-c/comment-page-1/#comment-25242</link>
		<dc:creator>Sharepoint search - Create an ‘Alert Me’ on individual search results &#124; Dev All Day</dc:creator>
		<pubDate>Mon, 01 Mar 2010 15:26:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharepointsecurity.com/blog/sharepoint/sharepoint-2007-development/get-splist-by-url-in-c/#comment-25242</guid>
		<description>[...] Get SPList by URL in C# [...]</description>
		<content:encoded><![CDATA[<p>[...] Get SPList by URL in C# [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willem</title>
		<link>http://www.sharepointsecurity.com/sharepoint/sharepoint-development/get-splist-by-url-in-c/comment-page-1/#comment-16502</link>
		<dc:creator>Willem</dc:creator>
		<pubDate>Fri, 07 Nov 2008 05:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharepointsecurity.com/blog/sharepoint/sharepoint-2007-development/get-splist-by-url-in-c/#comment-16502</guid>
		<description>Very good site! I like it! Thanks!i</description>
		<content:encoded><![CDATA[<p>Very good site! I like it! Thanks!i</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaiju Kumar</title>
		<link>http://www.sharepointsecurity.com/sharepoint/sharepoint-development/get-splist-by-url-in-c/comment-page-1/#comment-16262</link>
		<dc:creator>Shaiju Kumar</dc:creator>
		<pubDate>Fri, 31 Oct 2008 05:21:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharepointsecurity.com/blog/sharepoint/sharepoint-2007-development/get-splist-by-url-in-c/#comment-16262</guid>
		<description>If we change the list title from list settings, list name will be new title but list url will be the previous name of list( if we change from shrepont designer both will change).

In this case above code will not work!!</description>
		<content:encoded><![CDATA[<p>If we change the list title from list settings, list name will be new title but list url will be the previous name of list( if we change from shrepont designer both will change).</p>
<p>In this case above code will not work!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://www.sharepointsecurity.com/sharepoint/sharepoint-development/get-splist-by-url-in-c/comment-page-1/#comment-10319</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Thu, 22 May 2008 11:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharepointsecurity.com/blog/sharepoint/sharepoint-2007-development/get-splist-by-url-in-c/#comment-10319</guid>
		<description>Some examples of usage would be useful.</description>
		<content:encoded><![CDATA[<p>Some examples of usage would be useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aleksey</title>
		<link>http://www.sharepointsecurity.com/sharepoint/sharepoint-development/get-splist-by-url-in-c/comment-page-1/#comment-2604</link>
		<dc:creator>aleksey</dc:creator>
		<pubDate>Tue, 09 Oct 2007 15:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharepointsecurity.com/blog/sharepoint/sharepoint-2007-development/get-splist-by-url-in-c/#comment-2604</guid>
		<description>Method, described in the article will not work for international lists because there list names and relative paths are not the same:
example: My библиотека
but relative path will be the following:
/lists/my/

so the best solution is to use SPWeb.GetList method. But be careful - you must use ABSOLUTE path rather than relative as described in MSDN - it&#039;s mistake.</description>
		<content:encoded><![CDATA[<p>Method, described in the article will not work for international lists because there list names and relative paths are not the same:<br />
example: My библиотека<br />
but relative path will be the following:<br />
/lists/my/</p>
<p>so the best solution is to use SPWeb.GetList method. But be careful &#8211; you must use ABSOLUTE path rather than relative as described in MSDN &#8211; it&#8217;s mistake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogger Loser &#187; Get SPList By URL In C#</title>
		<link>http://www.sharepointsecurity.com/sharepoint/sharepoint-development/get-splist-by-url-in-c/comment-page-1/#comment-2323</link>
		<dc:creator>Blogger Loser &#187; Get SPList By URL In C#</dc:creator>
		<pubDate>Fri, 21 Sep 2007 17:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharepointsecurity.com/blog/sharepoint/sharepoint-2007-development/get-splist-by-url-in-c/#comment-2323</guid>
		<description>[...] There was a question posted in the development newsgroups about how to structure a different SPList return method then the orthodox SPWeb.GetList method out of the Microsoft.SharePoint namespace. Here is one that I use, which has some slight enhancements Read More&#8230;&#8230;(read more)  September 21st 2007 Posted to Uncategorized [...]</description>
		<content:encoded><![CDATA[<p>[...] There was a question posted in the development newsgroups about how to structure a different SPList return method then the orthodox SPWeb.GetList method out of the Microsoft.SharePoint namespace. Here is one that I use, which has some slight enhancements Read More&#8230;&#8230;(read more)  September 21st 2007 Posted to Uncategorized [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 11 Links Today (2007-09-19)</title>
		<link>http://www.sharepointsecurity.com/sharepoint/sharepoint-development/get-splist-by-url-in-c/comment-page-1/#comment-2299</link>
		<dc:creator>11 Links Today (2007-09-19)</dc:creator>
		<pubDate>Wed, 19 Sep 2007 14:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharepointsecurity.com/blog/sharepoint/sharepoint-2007-development/get-splist-by-url-in-c/#comment-2299</guid>
		<description>[...] Get SPList By URL In C# [...]</description>
		<content:encoded><![CDATA[<p>[...] Get SPList By URL In C# [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogger Loser &#187; Blog Archive &#187; Get SPList By URL In C#</title>
		<link>http://www.sharepointsecurity.com/sharepoint/sharepoint-development/get-splist-by-url-in-c/comment-page-1/#comment-2297</link>
		<dc:creator>Blogger Loser &#187; Blog Archive &#187; Get SPList By URL In C#</dc:creator>
		<pubDate>Wed, 19 Sep 2007 12:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharepointsecurity.com/blog/sharepoint/sharepoint-2007-development/get-splist-by-url-in-c/#comment-2297</guid>
		<description>[...] There was a question posted in the development newsgroups about how to structure a different SPList return method then the orthodox SPWeb.GetList method out of the Microsoft.SharePoint namespace. Here is one that I use, which has some slight enhancements Read More&#8230;&#8230;(read more) [...]</description>
		<content:encoded><![CDATA[<p>[...] There was a question posted in the development newsgroups about how to structure a different SPList return method then the orthodox SPWeb.GetList method out of the Microsoft.SharePoint namespace. Here is one that I use, which has some slight enhancements Read More&#8230;&#8230;(read more) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
