Related link? Do you mean you need to value of a property of datatype 'Related Links' or - as Petr is suggesting - in regards to relation between nodes. If the first, then you'll have to load the value of the 'Related Links' property of the node in an xml document (as Related Links are stored as an xml fragment).
Related links value
How to get value from a related link from C# code .
I try with : item.Properties[index].Value but the returned value is null .
item.Properties[index].Alias is the related link name .
Best regards , Vlad
This http://blog.hendyracher.co.uk/umbraco-relation-api/ don't help?
hi vladzebu,
Related link? Do you mean you need to value of a property of datatype 'Related Links' or - as Petr is suggesting - in regards to relation between nodes. If the first, then you'll have to load the value of the 'Related Links' property of the node in an xml document (as Related Links are stored as an xml fragment).
Hope this helps.
Regards,
/Dirk
Hi Dirk , i need for property of datatype 'Related Links' .
Best regards, Vlad.
is working on a reply...