Hi,I am creating a site using kentico in which I am using following tree structure.RootPage -@ Portal Page -@ No Visual elements Category 1 -@ Portal Page - Container Page type - No visual elem...
Hi,This works ... but it's not complete: var documents = tree.SelectNodes().Types(@CMS.MenuItem@, @cpabc.landing@).Path(Path, PathTypeEnum.Children).NestingLevel(1).OnSite(@CpaBc@).Published(true);...
Hi,I have an existing Gulp script that I use from the command line to process files for a user. All it requires is for a user to place files amd folders in a specific directory and then enter the @...
Hi guys,I'm trying to filter out some data by using a WHERE condition inside a repeater and can't figure out the syntax.Here's the logic I need to use:Get all data EXCEPT the current document.So I'...
I have a transformation that would display the number of child pages within a folder. I was using NodeChildNodesCount to display the number of children pages. With v8.1 and up, that column was re...
I want to copy document from one to another without loosing content but with changing document type. I was trying something like this, but nothing happened.TreeProvider tree = new TreeProvider(Memb...
Is there a webpart to use for updating/creating a node on the front end of a kentico site? I have tried the dataform, but unless there is something that I am missing, it doesn't actually update or...
I have specific requirement, based on the node order of pages I need to apply different color scheme to pages.So I have defined my CSS classes in this way scheme-0,scheme-1, scheme-2. All good I wa...
HI... I am working on a blog to retrieve exactly the name of that particular blog to show on the web part my sql is @SELECT TOP 1 * FROM customtable_blog WHERE CHARINDEX('/'+REPLACE(REPLACE(REPLACE...
Hello,I just wanted to know if there was any way to track Node Order changes? Sometimes people will go into Kentico and accidentally change a node order and then their menu's are all messed up. N...