London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi Peter
Us one of the overloads for the FindPagesWithCriteria method. One of them takes a language branch. See: http://www.frederikvig.com/2009/10/episerver-findpageswithcriteria-and-findallpageswithcriteria/
I'm trying to filter out the pages belonging to the current language branch but when I add the criteria I get an empty result. How come this one is not ok?
criterias.Add(BlogUtil.CreateCriteria(CompareCondition.Equal, "LanguageBranch", PropertyDataType.String, CurrentPage.LanguageBranch, true));