I see there's a TreeNode TypeInfo property of type ObjectTypeInfo.But I'm not sure if there's a property in that object or the TreeNode object that indicates a container page type.
I have a linked page in K13.0.83 but when checking in the API if the page is linked I get false:
Hi, I'm retrieving a list of pages with the Page retriever and need to access a custom field on the page type of the pages. When I try to accessing it using myTreeNode.GetBoolValue(@ExcludeFromSit...
Is it possible when inserting a treenode to set it to the first position?I've tried node.SetValue(@NodeOrder@, 0);
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...