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 ,
I have written below query where i am getting error like :- "Content with id '26377' is of type 'Castle.Proxies.QBankMediaProxy' which does not inherit required type-EPiServer.Core.PageData"
var listableItems = SearchClient.Instance.Search()
.OrderByDescending(x => x.StartPublish)
.Skip(offSet * pageSize)
.Take(pageSize)
.FilterForVisitor()
.GetPagesResult(LanguageSelector.AutoDetect());
Could you please help me to why i am getting this error and what is the solution for that.
Thanks in advance.
Thanks
Sourav Kamila