A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
There are several ways to add icons in the page tree in EPiServer. And here is one more :) If you are using strong typed pages you can implement one of two interfaces Code Snippet public interface IHaveStatusIcons { List Image > StatusIcons()...
If you in CMS 5 had a user control inside a PageList item template the CurrentPage got set to that page. This doesn't seem to work in CMS 6 as far as I can tell. But if you use EPiServer:Property it will find the active PageData object. It will...
In a recent project of mine, we needed to get the roles from AD. The AD roles we needed was deep inside the structure of the AD. But when we sat the connection string to point to that branch of the AD tree, none of the users got any of the roles....
Have started to investigate some mirroring issues @ GarethKelly have reported regarding Itera.MultiProperty. But pretty soon (after I got the damn mirroring stuff to work :) ) I discovered that the mirroring service don’t just look at the...
In a project I’m working on we need to view/change/delete some dynamic properties. You can say many things about the edit view of dynamic properties, but I guess most of the statements shouldn't be quoted. I put some code together that shows one...