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

  • Syndicated blog - Posted on: Jul 05, 2009

    I’m gonna start a little series of blog posts where I’m going to go through EPiServer’s web controls. In the first one I will take a look at the EPiServer Property web control, which is one of the most used. You can find EPiServer Property’s...

  • Syndicated blog - Posted on: Jun 28, 2009

    If you haven’t, be sure to check out EPiServer filter – part 1. In one of my project I had a bunch of categories and needed to filter a PageDataCollection to find pages that had one or more of the categories. Out of the box EPiServer has no filter...

  • Syndicated blog - Posted on: Jun 16, 2009

    EPiServer Extension Methods part 1 From LinkItemCollection to PageDataCollection public static PageDataCollection ToPageDataCollection(this LinkItemCollection linkItemCollection) { var pageDataCollection = new PageDataCollection(); foreach (var...

  • Syndicated blog - Posted on: May 28, 2009

    Often we need to filter some of the pages in our PageDataCollection. Perhaps we wish to only show the pages that are published or that the user has access to. For this EPiServer has a few filter classes. Below you’ll find a some examples. More...

  • Syndicated blog - Posted on: May 20, 2009

    When you use user controls or web forms in your EPiServer web application you usually inherit from either UserControlBase or TemplatePage. Which gives you, among other things, the CurrentPage property. The problem is when you need the CurrentPage...

 Workplace: Geta US Inc
 Community Level: Esteemed Citizen

Syndication and sharing