Take the community feedback survey now.
Take the community feedback survey now.
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...
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...
In this part of the tutorial we’ll take a look at inheritance between page types and how we can explicitly specify which type an EPiServer property should be of. What we learned in the previous part In the previous part of the tutorial you where...