<?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>Erik Nordin about EPiServer &#187; episerver cms 5</title>
	<atom:link href="http://antecknat.se/blog/tag/episerver-cms-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://antecknat.se/blog</link>
	<description>A blog about understanding and extending EPiServer</description>
	<lastBuildDate>Fri, 11 May 2012 12:52:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>EPiServer:PageList with ItemDataBound</title>
		<link>http://antecknat.se/blog/2008/12/19/episerverpagelist-with-itemdatabound/</link>
		<comments>http://antecknat.se/blog/2008/12/19/episerverpagelist-with-itemdatabound/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 16:41:52 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[episerver]]></category>
		<category><![CDATA[episerver cms 5]]></category>
		<category><![CDATA[extending pagelist]]></category>
		<category><![CDATA[itemdatabound]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=56</guid>
		<description><![CDATA[In my last post I explained how you can extend your episerver:pagelist with your own templates (i.e. SelectedItemTemplate, AlternatingItemTemplate). In this post I will show you how to extend your PageList so you can use ItemDataBound. This is very useful if you want to use asp:controls in your templates and then populate them from code [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/12/19/episerverpagelist-with-itemdatabound/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Add property to multiple page types</title>
		<link>http://antecknat.se/blog/2008/10/14/add-property-to-multiple-page-types/</link>
		<comments>http://antecknat.se/blog/2008/10/14/add-property-to-multiple-page-types/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 12:55:06 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[episerver]]></category>
		<category><![CDATA[episerver cms 5]]></category>
		<category><![CDATA[PageType properties]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=39</guid>
		<description><![CDATA[How fun is it when you realize that you have to add a property to 20 different page types? Been there done that. So today when I realized that I had to do it again I wrote an admin plugin instead. With this plugin you can create a new property just like you do in [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/10/14/add-property-to-multiple-page-types/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Get LinkURL to another language</title>
		<link>http://antecknat.se/blog/2008/04/29/get-linkurl-to-another-language/</link>
		<comments>http://antecknat.se/blog/2008/04/29/get-linkurl-to-another-language/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 08:57:31 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[episerver cms 5]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[pagedata]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=9</guid>
		<description><![CDATA[I&#8217;ve had some problem to link to a page to another language then the current language. Even though I have a PageData-object with anouther languagebranch, it stills makes a link to the current language. My own solution, building a url by CurrentPage.StaticLink and adding epslanguage=langID, works but it&#8217;s not how I want to do it. [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/04/29/get-linkurl-to-another-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filter pagedatacollection</title>
		<link>http://antecknat.se/blog/2008/03/25/filter-pagedatacollection/</link>
		<comments>http://antecknat.se/blog/2008/03/25/filter-pagedatacollection/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 09:21:39 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[EPiServer CMS 5]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[episerver cms 5]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[pagedatacollection]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=4</guid>
		<description><![CDATA[In EPiServer.Filters there are some useful filters, like FilterPublished, FilterAccess etc. To use these filters, just do like this: new FilterPublished().Filter(somePageDataCollection); and it&#8217;s done.]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/03/25/filter-pagedatacollection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom property &#8211; DropDown</title>
		<link>http://antecknat.se/blog/2008/03/06/custom-property-dropdown/</link>
		<comments>http://antecknat.se/blog/2008/03/06/custom-property-dropdown/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 10:25:32 +0000</pubDate>
		<dc:creator>Erik Nordin</dc:creator>
				<category><![CDATA[Custom Properties]]></category>
		<category><![CDATA[cms 5]]></category>
		<category><![CDATA[custom property]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[episerver cms 5]]></category>

		<guid isPermaLink="false">http://antecknat.se/blog/?p=3</guid>
		<description><![CDATA[Made my first customized property today, and because I loved it so much in 4.6, the ice breaker was a DropDown property that takes values from the help-text. Values in help text can be typed in two ways: &#8220;Shown text:value&#8221; or just &#8220;value&#8221; eg. &#8220;value1;Shown text:value2&#8243; [Serializable] [PageDefinitionTypePlugIn] class PropertyDropDown : EPiServer.Core.PropertyString { public override [...]]]></description>
		<wfw:commentRss>http://antecknat.se/blog/2008/03/06/custom-property-dropdown/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

