
Optimizely Developer Community
4 days ago · Optimizely Community Roundtable We’re kicking off a new community powered series exploring the strategic, human, and organisational side of Optimizely. Two Part Episode 1 is now …
EpiServer - Add block to a content area programmatically
EPiServer creates proxy objects for blocks in runtime and they implement IContent interface. When you need to use IContent member on a block, cast it to IContent explicitly.
Dynamic Data Store | Optimizely Developer Community
The Dynamic Data Store is a new component offering an API and infrastructure for the saving, loading and searching of both compile time data types (.NET object instances) and runtime data types …
c# - EpiServer: Convert String to XHTMLString - Stack Overflow
I'm currently using EpiServer 7.5 with ASP.Net MVC. Basically, I'm defining a property inside a model which needs to be of type XHtmlString. What I wish to do inside the model is set a default val...
Updating configuration and database schemas - Optimizely
This document describes how to manage configuration and database updates when updating Episerver using NuGet updates. Refer to Installing Episerver updates for information on how to update …
episerver - Get Page url on block types - Stack Overflow
Apr 13, 2022 · I am working on generating a report in episerver in the form of a scheduled job.This report is basically used to get all the contents (page types,blocks,media) within Episerver. There are …
Release notes for Optimizely CMS and Customized Commerce updates
Important Release notes moved to a new location. As of May 15th, 2024, the release notes on the World site no longer receive updates. See Release notes by product on the Optimizely Support site. Go to …
Fetch all Episerver Blocks/Type/Usages programmatically
Jul 3, 2019 · Fetch all Episerver Blocks/Type/Usages programmatically Asked 6 years, 5 months ago Modified 5 years, 11 months ago Viewed 4k times
Developer forums | Optimizely Developer Community
Forums Welcome to the Optimizely Forum! This is an open space driven by the community to share knowledge, inquiries and ideas, and interact with other developers. When you get an answer to your …
Access Current Page from a Block's Controller - Stack Overflow
I'm using EPiServer 7.7 MVC and have a scenario where I have a local / global Block MyBlock. MyBlock has a controller MyBlockController. I need to get the ID of the page that invoked MyBlockContr...