World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
Technorati Tags: EPiServer CMS 5 , EPiServer CMS6R2 , Mirroring , Import/Export The standard behavior for Copy, Import and Mirroring is that the AccessControlList (ACL) is inherited from destination page. However the original ACL that the page had...
In CMS6 R2 we have added some new events to the DynamicDataStore class. Now there are three methods to attach event handlers that are called when Save, Delete or DeleteAll is called on a store instance: public static void RegisterItemSavedEventHan...
To implement a criterion to be used with the personalization concept introduced in CMS6R2 is pretty straightforward. There are however some guidelines to be aware of: If you implement ICriterion.Subscribe and in the method set up an event handler...
Magnus Stråle has already discussed one of the performance changes made in CMS 6 R2 to Dynamic Properties in this post . Another performance improvement in CMS6R2 is the way we “batch load” pages. To clarify what this means I will give you a short...
In this post I will share some knowledge that can be useful when an import or a mirroring job fails. The first thing I usually do is to turn on logging for the relevant namespaces which can be done by adding a block like below to your EPiServerlog...