episerver Creating a custom new Visitor Group Criteria in EPiServer 7 A visitor group criterion is used in EPiServer to let editors choose criterias when certain content should be showed or not. EPiServer comes with a few default ones but usually you need to
.net Convert a LinkItemCollection to a list of PageData in EPiServer 7 I found a nice little snippet from Joel Abrahamsson on how to convert a LinkItemCollection to a list of PageDatas instead. So I used his code as a base to update it to