Take the community feedback survey now.
Take the community feedback survey now.
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
When you are dealing with Active directory to handle your authentication you need to make sure that it passes right roles to your application. In case of Federation Security you need to pass the roles as series of "role" claims. Note: System.S...
While researching about how to get all blocks of an specific type we found that the only available solution was to use the ContentModelUsage API . However, if some of the blocks are not referenced in a page this API will not be useful. Moreover, i...
This will be a very simple blog post but it might come in handy when you want to add (complex) logic to validate property list items with a custom class. Let’s presume we have a page with a property list of type CustomData . [ContentType(GUID =...
In the latest version, you still have a repository. However, instead of using a class, you should ask for an interface - IScheduledJobRepository . It still has the same set of methods: Get(Guid id):ScheduledJob Get(string method, string typeName,...
While working in a project for a client, we had to develop a media importer process which had to save several Pdfs and Excel files to the CMS. The files were inside a zip file in conjunction with a json configuration file which details the...
Hi guys, If you are new to Episerver and wanted to start your career in the Episerver then you can refer my blog series to learn some basic thing of Episerver. Please refer my first blog post if you already not referred this configure-your-develop...
In CMS UI 11.16.0 , we're making it easier for everyone doing client-side rendered websites to mark up their HTML. Before 11.16.0 In a previous post , I explained how to make an element editable in On-Page Edit when rendered by a client-side...
A devops story of taking a backup before you release to production.