Ok, i'll try to update my previous question.There is a query i'm using.TreeProvider .SelectNodes() .OnCurrentSite() .InEnabledCategories(GetAllPdfCategories()) .Type(DocumentPDFPage...
Good afternoonI want to select items from different classes in Kentico. So I have an array with strings:var allowedClassNames = new string[] { @project.classnameA@, @project.classnameB@,@project.cl...
Hi,the title says it all, I want to query the document tree with the new DocumentQuery classes but select multiple document types:var tree = new TreeProvider(); var docs = tree.SelectNodes(@CMS.Men...
Is there a way to filter the results of a TreeHelper.SelectNodes query so that I can do something like @Where menu item group = 'whatever'@?