AI OnAI Off
Below function can help you to retrieve PageData object of some CatalogNode without effecting performance. private PageData FindPageByCatalogNode(CatalogNode catalogNode) { string text = (catalogNode.ParentNode != null)...
There are some instances when we need to know the Parent nodes of a Page based on [catalogue] Product Listing. E.g. I have a scenario when we are setting up header menus for products. Editor can select a parent Node for display child nodes as...