Take the community feedback survey now.
Take the community feedback survey now.
So here is a little nuance, that took me some time to figure out. I was programmatically updating a PropertyList but it never seemed to actually update. Let’s take the following propertylist as an example: namespace PropertyListDemo.Models { publi...
Just a quick note for anyone experiencing something similar. We have a client who had a concern that /resources always redirected to /resources/. After a lot of wasted time checking the web.config for rewrite rules, writing rewrite rules that didn...
When working on a site migration with a LOT of content we often find ourselves running up against the 10,000 document limitation on a developer index. I learned this trick from a coworker. You can use an Initialization Module to get some...
We had a situation arise the other day where we needed to compare some values in a draft page against the currently published version. Based on some fields changing we knew we needed to reindex a list of related pages. This all takes place in the...
You may have noticed that the way the Episerver Forms package renders form elements that it isn’t really bootstrap friendly. Well there is a way to fix that. Dig down into \modules\_protected\EPiServer.Forms\EPiServer.Forms.zip\Views\ElementBlocks...