Monday, March 12, 2018

Sitecore Check Droptree Field for Value

CurrentItem.Fields["FIELD NAME"].Value != "" ? true : false;
Wednesday, March 7, 2018

IIS Redirect Tips

When writing and testing custom IIS Redirects/Rewrites, make sure to clear your browser cache after making any changes. The browser will keep using the old redirect/rewrite until the cache is cleared, which will prevent your new changes from going through.