rasmusjp / umbraco-multi-url-picker

Multi Url Picker for Umbraco 7
MIT License
31 stars 29 forks source link

Question: How can i access all properties of a linked content node #32

Closed walkingbarefoot closed 9 years ago

walkingbarefoot commented 9 years ago

In my case i would need to access umbracoUrlAlias

rasmusjp commented 9 years ago

you could check if the linktype is internal and then get the content node something like Umbraco.TypedContent(link.Id)