How to get the count of the pages inside a folder, I am using this statement and its giving me count for only root level, If i need the count of pages inside a folder within a folder , it returns m...
Hello,I want to get an extra column from the DocumentHelper.GetDocuments() which is not listed in the default result set.For this, I've added an extra column in the view View_CMS_Tree_Joined_Versio...
How to add page type where condition in macro ?Documents[@/Products@].AllChildren.DisplayNames I have written above and its working fine but i need to add class name(page type) condition here for f...
How do I use Take@@ with GetDOcuments? Everytime I add in .Take(3) above .TypedResult it causes issues with my columns?I am trying to only pull back 3 items for a repeater;var caseStudies = Documen...
Hello,I'm using Kentico 8.2 as a content platform on domain 'ABC' and MVC project on domain 'XYZ'.When I call method like...public ActionResult Index(string path) { var alias = DocumentAliasInf...
Version: Kentico 9I am trying to query my documents using the DocumentQuery API however the field in which I am using a whereContains is causing an error because not all documents contain that colu...
Hello everyone. I'd like to start by saying that my question is nearly identical to question asked last year. http://devnet.kentico.com/questions/documenthelper-documentation but no answer was ever...