In my Visual Web Part I need a KeywordQuery to search Most Popular Pages. Also, filter the results for Pages only.

有帮助吗?

解决方案

I simply added a sort by

KeywordQuery kq = new KeywordQuery(site);
kq.SortList.Add("ViewsLifeTime", SortDirection.Descending)
许可以下: CC-BY-SA归因
scroll top