Pergunta

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

Foi útil?

Solução

I simply added a sort by

KeywordQuery kq = new KeywordQuery(site);
kq.SortList.Add("ViewsLifeTime", SortDirection.Descending)
Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top