November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
If you don't specify what type of EPiServer property a code property should map to using the Type property on the PageTypeProperty attribute Page Type Builder will try to figure it out for you. The default mappings are as follows: Code property ty...
I’m writing an account registering control. This control needs to show the user how to register for a new account. But when modifying this control the pages editors must be able to see the hole flow. So I went looking for a smart way to display th...
I just had a conversation with my friend and former colleague Rickard ( @VirUZI ) where he informed me that a hotfix has been released for EPiServer Community that fixes a bug we’ve both run into. I said thanks but also that I already knew thanks ...
In many situations we need to find out what ID a page type has. One such example is when programmatically creating a new PageData object. The code usually looks something like this: int pageTypeID = ??? PageData newPage = DataFactory.Instance.GetD...
As you may have noticed over the last month, Joel Abrahamsson has created a module to EPiServer called PageTypeBuilder. In a short explanation PageTypeBuilder brings joy into developing with EPiServer! No more need for ranting around in admin mode...
In the this part we’ll finish the Bananas site by allowing some pages to have a specific menu name and adding meta descriptions to all pages. In the process we’ll see an example of how we can work with interfaces and an advanced example of using...
In this tutorial I’ll demonstrate how to build a simple but fully functional site using EPiServer CMS and Page Type Builder . In doing so I’ll show basic usage of Page Type Builder as well as some advanced usages. The example project To illustrate...
In this part we’ll look at more advanced ways to access property values in page type classes and how that enables us to create page types that encapsulate application logic. Objective In previous parts of the tutorial we have created a sample...