<?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 a list of all Top Level Sites in WSS</title>
	<atom:link href="http://amargalla.com/Blog/sharepoint/33-get-a-list-of-all-top-level-sites-in-wss/feed" rel="self" type="application/rss+xml" />
	<link>http://amargalla.com/Blog/sharepoint/33-get-a-list-of-all-top-level-sites-in-wss</link>
	<description>Business, Life and SharePoint</description>
	<lastBuildDate>Tue, 24 Jan 2012 03:10:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: amar</title>
		<link>http://amargalla.com/Blog/sharepoint/33-get-a-list-of-all-top-level-sites-in-wss/comment-page-1#comment-49</link>
		<dc:creator>amar</dc:creator>
		<pubDate>Tue, 06 Feb 2007 05:02:51 +0000</pubDate>
		<guid isPermaLink="false">/blog/archive/2006/02/20/get-a-list-of-all-top-level-sites-in-wss.aspx#comment-49</guid>
		<description>
               
Hi Neo,

   For more on the Topology Manager check this &lt;a href=&#039;http://msdn2.microsoft.com/en-us/library/microsoft.sharepoint.portal.topology.topologymanager.aspx&#039; rel=&quot;nofollow&quot;&gt;page&lt;/a&gt;.

   To get top level WSS sites, you don&#039;t need the Topology Manager. It is used only to get the PortalContext object and use it forward. For WSS, just get the top level SPSite object e.g. SPSite topSite = new SPSite(&quot;/&quot;);

   Once you have the top level site object, then you can iterate through the object model to get all the subsites. Just search for SPSite and SPWeb objects and you will find lots of material to achieve this.

  
          </description>
		<content:encoded><![CDATA[<p>Hi Neo,</p>
<p>   For more on the Topology Manager check this <a href='http://msdn2.microsoft.com/en-us/library/microsoft.sharepoint.portal.topology.topologymanager.aspx' rel="nofollow">page</a>.</p>
<p>   To get top level WSS sites, you don&#8217;t need the Topology Manager. It is used only to get the PortalContext object and use it forward. For WSS, just get the top level SPSite object e.g. SPSite topSite = new SPSite(&#8220;/&#8221;);</p>
<p>   Once you have the top level site object, then you can iterate through the object model to get all the subsites. Just search for SPSite and SPWeb objects and you will find lots of material to achieve this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://</title>
		<link>http://amargalla.com/Blog/sharepoint/33-get-a-list-of-all-top-level-sites-in-wss/comment-page-1#comment-48</link>
		<dc:creator>http://</dc:creator>
		<pubDate>Tue, 16 Jan 2007 15:01:41 +0000</pubDate>
		<guid isPermaLink="false">/blog/archive/2006/02/20/get-a-list-of-all-top-level-sites-in-wss.aspx#comment-48</guid>
		<description>
               
Hi can you give an example on the Topology Manager to get the list of Top Level WSS sites. I am a newbie and would like to know more about it.

Thanks in advance.

  
          </description>
		<content:encoded><![CDATA[<p>Hi can you give an example on the Topology Manager to get the list of Top Level WSS sites. I am a newbie and would like to know more about it.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amar Galla</title>
		<link>http://amargalla.com/Blog/sharepoint/33-get-a-list-of-all-top-level-sites-in-wss/comment-page-1#comment-47</link>
		<dc:creator>Amar Galla</dc:creator>
		<pubDate>Fri, 25 Aug 2006 14:08:34 +0000</pubDate>
		<guid isPermaLink="false">/blog/archive/2006/02/20/get-a-list-of-all-top-level-sites-in-wss.aspx#comment-47</guid>
		<description>
               
Hi Madhavi,

   Once you have the SPSite object, you can then query it to get more information about the sites. There are various properties which give you most of the details about a site, like its title, description, url, templates, lists created in it, etc...

Hope this helps.

  
          </description>
		<content:encoded><![CDATA[<p>Hi Madhavi,</p>
<p>   Once you have the SPSite object, you can then query it to get more information about the sites. There are various properties which give you most of the details about a site, like its title, description, url, templates, lists created in it, etc&#8230;</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://</title>
		<link>http://amargalla.com/Blog/sharepoint/33-get-a-list-of-all-top-level-sites-in-wss/comment-page-1#comment-46</link>
		<dc:creator>http://</dc:creator>
		<pubDate>Thu, 24 Aug 2006 12:08:42 +0000</pubDate>
		<guid isPermaLink="false">/blog/archive/2006/02/20/get-a-list-of-all-top-level-sites-in-wss.aspx#comment-46</guid>
		<description>
               
Hi

this article is informative. But is there any way where i can display details about the site

Regards

  
          </description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>this article is informative. But is there any way where i can display details about the site</p>
<p>Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>

