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!
use GetPagesResult() instead of GetResult()
http://find.episerver.com/Documentation/episerver-cms-integration-getpagesresult-and-getfilesresult
Hello!
I'm getting a deserializing error when trying go get all subpages for a page. Error is as follows
var listItems = SearchClient.Instance.Search<EditorialPage>(Language.Swedish).For(string.Empty) Line 31: .Filter(x => !x.MatchTypeHierarchy(typeof(PageData)) | ((PageData)x).Ancestors().Match(currentPage.ContentLink.ToString())) Line 32: .GetResult();