Hi, I am trying to use the CrossListQueryInfo class to find pages that matches some conditions. So far, the filters and everything works fine except the ViewFields. CrossListQueryInfo query = new CrossListQueryInfo(); query.RowLimit = 5; query.WebUrl = SPContext.Current.Site.ServerRelativeUrl; query...