For a custom page type we are creating, which includes some standard text fields needed for page functionality, I also added a page type field that uses form control @Related Pages@ in order to use...
The Modal code with the query using the multidocumentquery public List@TreeNode@ GeneralList { get; set; } // General GeneralList = new MultiDocumentQuery() .Type(@Si...
I have a file to update a field on COM_SKU by SKUNAME. For each record I get the document with GetDocuments DocumentQuery docs = DocumentHelper.GetDocuments(@CMSProduct.Transmission@) ...
I am attempting to use a datalist to display some content. In order to get the values I need I have to grab it from a label on the page using the findcontrol method. The issue I'm running into is t...
We wrote what ended up being 2 functions to pull all the attached images from a specific tree node. we pass a bunch of values and select it etc. I guess what I am asking is what is the least resour...
I'm attempting to add a child node to an existing node using:newPage.Insert(parentPage); newPage.Publish(); This results in a @The node MYNODENAME does not support workflow@ error.the node is a con...
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...
Hi all,I'd like to get a field out of a tree node. The TreeNode.GetValue (as well as the TreeNode.TryGetValue) does not work. The kentico version is 12sp which is 12.0.32.Here are the details.I hav...
Hello,I'm trying to get attachments from a certain field from the TreeNode object. For example, for strings, you can do node.GetStringValue(@Title@). I'd like to do the same for attachments, howeve...
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...