Working in K12. Sorry if I'm missing documentation, but I haven't been able to find anything related to this besides the property in the API which is very nondescript.I'm mostly wondering if there'...
Is creating navigation items cotnent type the best way to make a menu in Xperience? in 13 I was able to use the TreeNode to get everything and make my menus that way.
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...