How to set a page updated programmatically
If you want to mimic the “Mark page as changed”-checkbox in code it's not so obvious how to do that.
If you want to mimic the “Mark page as changed”-checkbox in code it's not so obvious how to do that.
Lately I´ve been working a lot with migrating technical documents to EPiServer. These documents often contained
<font face="symbol">W</font>
instead of Ω.
So I made a function that converts symbols to unicode characters.
Sometimes you don't want to use dynamic properties but still needs to find a certain page with a property or a page with a specific pagetype id.
Here's my take on it.
Posted in EPiServer ● Tags extension method, pagedata