Hello Matt, I've tried that (before I posted, maybe I should be more clear about it) and it didnt work. let me elaborate more....
So, I a have a common property in all my pages and I have two languages installed.
Root (property exists and its filled)
Level 2 Page (property exists and its filled)
Level 3 Page (property exists and its NOT filled)
Lets just say that in my English Version of the node I havent completed said property (Level 3) and I want to get the property value of Level 2 Page that exists and its filled.
If I use the syntax above I get nothing even though the upper level page property is filled. BUT if the property doesnt exist in the doctype but exists it the root for example I get the value from the root. In short your example works fine for a property that is not existent in the current document (ragerdless if its filled)
Recursive GetVorto()
Hello, I'm trying to get a vorto field to be shown recursively. How can I do it?
Thank you in advance
Hi Bill,
The following should work
Many thanks
Matt
Hello Matt,
I've tried that (before I posted, maybe I should be more clear about it) and it didnt work. let me elaborate more....
So, I a have a common property in all my pages and I have two languages installed.
Hi
I'm getting the exact same problem, nothing returned.
@Html.Raw(Model.Content.GetVortoValue("whosWho",recursive:true))
Did you find a solution Bill?
is working on a reply...