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...
I am trying to get a page node that has a Document attachment but when I limit the query by columns the model comes back with a null for the Image field. The view model has an Image property of typ...
Hi,I have captured a document event on the integration bus, for when ever a page is created or updated. using public override IntegrationProcessResultEnum ProcessInternalTaskAsync(TreeNode node, Tr...
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...