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

Get the latest!

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

Syndication and sharing

loading
  • Syndicated blog - Posted on: Nov 27, 2009

    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...

  • Syndicated blog - Posted on: Nov 27, 2009

    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...

  • Posted on: Nov 26, 2009

    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...

  • Posted on: Nov 24, 2009

    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...

  • Syndicated blog - Posted on: Nov 23, 2009

    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...

  • Posted on: Nov 23, 2009

    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...

  • Posted on: Nov 23, 2009

    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...

  • Syndicated blog - Posted on: Nov 22, 2009

    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...