<?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: Sort a pagedatacollection via property</title>
	<atom:link href="http://antecknat.se/blog/2008/03/25/sort-a-pagedatacollection-via-property/feed/" rel="self" type="application/rss+xml" />
	<link>http://antecknat.se/blog/2008/03/25/sort-a-pagedatacollection-via-property/</link>
	<description>A blog about understanding and extending EPiServer</description>
	<lastBuildDate>Mon, 12 Mar 2012 12:41:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: James Gaisford</title>
		<link>http://antecknat.se/blog/2008/03/25/sort-a-pagedatacollection-via-property/comment-page-1/#comment-12273</link>
		<dc:creator>James Gaisford</dc:creator>
		<pubDate>Wed, 17 Mar 2010 15:15:18 +0000</pubDate>
		<guid isPermaLink="false">http://antecknat.se/blog/?p=5#comment-12273</guid>
		<description>Great tip.

This post just saved me hours!

Thanks.</description>
		<content:encoded><![CDATA[<p>Great tip.</p>
<p>This post just saved me hours!</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Nordin</title>
		<link>http://antecknat.se/blog/2008/03/25/sort-a-pagedatacollection-via-property/comment-page-1/#comment-3610</link>
		<dc:creator>Erik Nordin</dc:creator>
		<pubDate>Fri, 02 Jan 2009 10:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://antecknat.se/blog/?p=5#comment-3610</guid>
		<description>Hmm, you could try to first sort by PageLink and then by PageName.
If that doesn&#039;t work I guess you have to write your own Comparer which first checks the PageName, if they are equal then check the PageLink ID.

Good luck.</description>
		<content:encoded><![CDATA[<p>Hmm, you could try to first sort by PageLink and then by PageName.<br />
If that doesn&#8217;t work I guess you have to write your own Comparer which first checks the PageName, if they are equal then check the PageLink ID.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://antecknat.se/blog/2008/03/25/sort-a-pagedatacollection-via-property/comment-page-1/#comment-3606</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Fri, 02 Jan 2009 05:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://antecknat.se/blog/?p=5#comment-3606</guid>
		<description>Dear Erik,
Using the above said method i got a PageDatacollection is sorted order (sorted with PageName Property). But in the sorted PDC i need to apply another sort Using Pagename. Suppose if Page Name/PageID is in This collection A/12,B/11,C/13,A/14,B/15,C/16.....Now 
new FilterPropertySort(&quot;PageName&quot;, FilterSortDirection.Descending).Filter(children); Will give me a result like A/14,A/12,B/15,B/11,C/16,C/13.

Rather I need like A/12,A/14,B/11,B/15,C/13,C/16... Plz help me to resolve this Problem...</description>
		<content:encoded><![CDATA[<p>Dear Erik,<br />
Using the above said method i got a PageDatacollection is sorted order (sorted with PageName Property). But in the sorted PDC i need to apply another sort Using Pagename. Suppose if Page Name/PageID is in This collection A/12,B/11,C/13,A/14,B/15,C/16&#8230;..Now<br />
new FilterPropertySort(&#8220;PageName&#8221;, FilterSortDirection.Descending).Filter(children); Will give me a result like A/14,A/12,B/15,B/11,C/16,C/13.</p>
<p>Rather I need like A/12,A/14,B/11,B/15,C/13,C/16&#8230; Plz help me to resolve this Problem&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

