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.
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
The other day I asked a question on twitter Is there an easy way of getting all the selected categories from a sub-category in EPiServer for a page? If you use CurrentPage.Categories or (CategoryList)CurrentPage["MyCategoryProperty"], you’ll get a...
Today I had to remove duplicate pages from a PageDataCollection. I checked for a method that would help me with this in the SDK, but couldn’t find one. I then went to the Filters namespace to see if there was a filter for this, but no luck. I then...
Introduction This is a gadget which hosts a Silverlight-application, with the purpose of uploading files to EPiServer. Almost every day in the life of a developer the following happens- you’ve had a meeting/workshop with your client (of the...
The following information should be considered when opting to move / copy a project with an EPiServer Mail installation from a test server to a production server, rather than creating a fresh installation on the production server. The EPiServerMai...
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. These functions probably needs some error handling, but they still shows the...
There have been quite a few changes in the Dynamic Data Store since the CTP 2 version was released. Here are the highlights: CreateStore & GetStore The DynamicDataStore .CreateStore, DynamicDataStore .GetStore and DynamicDataStore .GetStoreForIte...
Trusted connection When installing EPiServer using Deployment Center I haven’t really figured out how to enable the the Windows Authentication button in the setup wizard. I usually install with a temp. Sql user and later on I change this to a...
When using Page Type Builder page types are declared in code and a class is equivalent to an EPiServer CMS page type. The criteria for a class being a page type is that it’s a subclass of TypedPageData and that it has a PageType attribute. All of...