Hi I am using the DocumentHelper to get various TreeNodes for different page types and narrowing the columns that are resolved:var classNames = new[] { @class@, @names@ }; var columns = new[] { ...
Dear All, In our current project (Kentico 12SP MVC), we have setup the urls of the content pages to be constructed by the concatenation of the culture (e.g. en-us) and the name path of each node (e...
Hi All,I have a custom menu item type with a PageUrl field of Data type Text which uses the Page Selector Form control. This returns a Guid string when I query it.Is there is smart way I can have t...
We are building a large menu tree and need to retrieve RelativeURLs for all TreeNodes. The TreeNode.AllChildren seems an efficient way to get a flat collection of TreeNodes, but getting the Relati...
I have a NodeGUID and I would like to print the RelativeUrl of that page within a link. The key is that I'm working within an HTML transformation, so this has to be done within a macro.It works wit...