Category Archives: EPiServer

How to assign properties to the default ‘Content’ tab with PageTypeBuilder

The “Content” tab is actually named Information, not “Content”. Just see for yourself at /CMS/Admin/Tabs.aspx (Admin Mode -> General Settings -> Page Type -> Edit Tabs). Under follows a definition of the Information tab (also called the Content tab)

Posted in EPiServer | Leave a comment

EPiServer: Remember to set a PageName for programmatically created Pages

When attempting to import an exported EPi Server site I got the error message Exception: “Name” cannot be empty.[] appearently when importing a page. Add two together and you’ll quickly realize that a Page lacks a PageName.. or do like me … Read more

Posted in EPiServer | Leave a comment