World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
In this blog post, I will describe how we have utilised Microsoft cognitive services (Text Analytics API) to analyse content before a content author publishes it so it can be rewritten in a more positive tone. The Text Analytics API uses a machine...
On the subject of “note to self” & “for future reference”, when required to setup display options programmatically for a given content area item ContentAreaItem newContentAreaItem = new ContentAreaItem() { ContentLink = “ID of your content”};...
A while back, I blogged about how to customise the context menu in EPiServer 7. The code used to extend the context menu was not an approach supported by EPiServer and it was not guaranteed to work with any future releases. I was looking at the...
The Object Browser lets you examine the .net models available for use in EPiServer solution. It is a simple admin plugin in MVC that displays the EPiServer Model Inhertiance Hierarchy. It can also (eventually but not currently :) ) be used to dele...
Couple of days back, I have to write some code to produce an excel sheet listing all the page types and the corresponding page types that are allowed to be created under the page type. for each page type in the solution, produce a list of pag...