What is the best practice way to retrieve Nodes for a given NodeGuid in Kentico 13, also If the purpose is just to get the NodeID do I need to specify Culture?
Hi,I have a DocumentType with a field linked to the Document's NodeName property. I can add and rename a page and all appears fine. But when I use the DocumentHelper to select a group of nodes I no...
Hi All,I have the following query:DocumentHelper.GetDocuments() .Type(@MyCustom.Menu@, q =@ q .Columns(@TopMenuItemsID@, @MenuName@)) .Type(@MyCustom.MenuItem@, q =@ q .Colu...
Hi I'm new to Kentico and web development and I'm currently having some difficulties using macro in the editable field for the web parts to dynamically fetch the name of a specific node in the tree...
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 am currently trying to convert a custom query that I have running for a repeater into code using the DocumentHelper class, however I have run into some brick walls. It is a relatively simpl...
Problem:Fact 1: I have a page (custom page type) that has been sent to the recycle bin with a redirect to search our products page. Fact 2: I have some news articles that could link to pages (aka...
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...
Hi,It seems I am experiencing some issues getting the properties (fields) of a document using DocumentHelper.GetDocuments().As an example:var docs = DocumentHelper.GetDocuments() ...
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...