First a quick refresher, then the gotchas Copy/Move Form Elements So, you may or may not be aware that you can reuse form elements. Say you’ve got a long list of locations that you want to use on more than one form. You can copy/move an element fr...
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...