searchResultItem.Data.GetValue(nameof(TreeNode.NodeAliasPath) When I get the data from the returned search item and try and get the NodeAliasPath for adding a link to the found item, the data obje...
Is there a way to have the nodealias and nodealiaspath of documents get updated when a page title is changed? (in version 13)
Hi,Can anyone point me towards the method that is used to santize a node name for the NodeAliasPath and NodeAlias. This is a test document name and how the field values were saved:NodeName: Test!@£...
Hi, I am attempting to find the NodeAliasPath from within a controller and am having some issues. I have tried using the following code snippets which I found on this forum.// Ways to get current p...
i'm using kentico12 mvc and i have created four page types 1)destinations 2)regions 3)country 4)cityin the url pattern of page type i give url pattern to page types aspage type: destinations, url ...
here is the structure of my documents in pages application destinations@asia@india destination@region@countryi want to get nodealias path in the third level (at country level) of region, to add url...
Hello there,I looked everywhere in the documentation and Googled for hours on this... I must be blind or something...I know how to get the NodeAliasPath of the current document and the parent docum...
HI, Is there any limit on the length of NodeAliasPath? It is truncating after 70 characters even though in Database the field is nVarchar(450). If it truncates, is there any way can increase the...
Hi! I am using a uniselecter for select multiple documents.@cms:UniSelector ObjectType=@cms.document@ SelectionMode=@MultipleTextBox@ OrderBy=@@ runat=@server@ ID=@usSelectPages@ ShortID=@@ Allow...
I have added event page type and location page type and created pages using them.In the event page I use a drop down which is a collection of locations.By that i am select one location to the event...