Take the community feedback survey now.
Take the community feedback survey now.
In SP2 of EPiServer CMS 5 R2, that is the latest currently released version, two new methods with a bunch of overloads where added to DataFactory, GetPage () and GetChildren (). They where added to support Fredrik Tjärnbergs Page Type Tool and whe...
I just released version 1.1 of Page Type Builder . This is most likely the last release of Page Type Builder that targets EPiServer CMS version 5 as future development will target version 6 of EPiServer CMS. This release contains primarily bug fix...
I received an e-mail today asking how you can get all children of a EPiServer CMS page that are of a specific page type when you use Page Type Builder . Since this is a very common scenario I thought I’d post my reply here. When you call...
I would really appreciate some help with testing the next release of Page Type Builder before we make it official. Since I released version 1.0 of Page Type Builder in august there hasn’t been a whole lot more development on the project. That’s...
When using Page Type Builder page types are declared in code and a class is equivalent to an EPiServer CMS page type. The criteria for a class being a page type is that it’s a subclass of TypedPageData and that it has a PageType attribute. All of...