Nov 19, 2011
visibility 4267
star star star star star
(2 votes)

FilteredPageReference v1.4.1 Released

A new version of FilteredPageReference has now been released which contains the following bug fixes and changes:

  • There was a bug when using the delegate to override allowed page type settings which has been fixed.
  • In previous versions if using PageTypeBuilder, all assemblies and types were scanned to find relevant page types and interfaces.  You now have to specify valid assembly and full type name prefixes in the web.config, these configuration property values should be semi colon delimited.  Configuration example is shown below:

 

  1: <configuration>
  2:   <configSections>
  3:     <section name="filteredPageReference" type="FilteredPageReference.Configuration.FilteredPageReferenceConfiguration, FilteredPageReference" />
  4:   </configSections>
  5:   <filteredPageReference validAssemblyNamePrefixes="EPiServer.Templates.AlloyTech;" validFullTypeNamePrefixes="EPiServer.TeamMeetingDemo;" />
  6: </configuration>

Installation

This version of FilteredPageReference is dependent on EPiServer CMS 6 R2.  It can be installed from the EPiServer nuget feed or from codeplex.  Usage instructions can be found here.

Nov 19, 2011

Comments

error Please login to comment.
Latest blogs
Implementing the Bynder DAM Connector with Optimizely SaaS CMS: Lessons Learned

What I learned while integrating Bynder DAM with Optimizely SaaS CMS, exploring Optimizely Graph, and building a headless frontend experience....

Vipin Banka | Jul 3, 2026

Optimizely London developer meetup 2026: a round up

Well, what can I say? Last night we wrapped up! Yet another London Developer Meetup, hosted at the superb Lightwell venue And this is also a...

Scott Reed | Jul 3, 2026

AvantiBit Custom Settings for Optimizely CMS

AvantiBit Custom Settings is a free, Apache-2.0 Optimizely CMS add-on for typed, site- and language-aware configuration that stays out of content...

Enes Bajramovic | Jul 3, 2026 |

Building an experience with Visual Builder in Optimizely CMS 13

Visual Builder changes how we can think about campaign pages, landing pages and other highly curated editorial experiences in Optimizely CMS. Inste...

Pär Wissmark | Jul 2, 2026 |

LanguageMaster! From Managing to Mastering Languages!

Two years ago, I released my first Optimizely add-on . It was an extension to the Labs.LanguageManager tool from Optimizely that allowed the user t...

Matt Pallatt | Jul 2, 2026

List Properties of a Optimizely Content Type programmatically

Properties are simply fields used to create a content type in Optimizely. Lets explore how to get a list of properties of a specific content type...

Akash Borkar | Jul 2, 2026