World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
When using UnifiedSearch in Episerver Find, I prefer to use the method IClient.UnifiedSearchFor() because it takes care of necessary logic without exposing implementation details, rendering in lower risk of introducing bugs and unwanted behaviour....
We are extensive users of the feature of implementing custom selection factories by using the EditorDescriptor -attribute in Episerver. The use-case is quite simple and provides the editor with the ability to single select a value within multiple...
Somewhere between the releases of Episerver 7.5 and latest, a small but subtle change in how the epi-cms/contentediting/editors/SelectionEditor displays labels in associated drop downs was made. The line label: item.text was replaced with label:...
Sometimes when working with MediaData or other inherited IContentMedia in EPiServer you need to add extra fields and properties. If you do – resist the temptation to make them Required . The standard behaviour when uploading a document it becomes...
I am currently working with the category functionality in EPiServer and ran into a small hiccup with the new CategoryRepository introduced in EPiServer CMS 8 . Nothing large, just a small heads up if you are working with a site where your editors...