Question

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

Was it helpful?

Solution

I simply added a sort by

KeywordQuery kq = new KeywordQuery(site);
kq.SortList.Add("ViewsLifeTime", SortDirection.Descending)
Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top