Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have create a custom datatype with c# and I can get a lot of properties of the current node.
But how I get the url of current node?
Sören
Using umbraco.library.NiceUrl(nodeId). But this will only work if the node has been published (else it doesn't have a url).
Thank you, it's very easy :-)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How I get current node url in custom datatype?
I have create a custom datatype with c# and I can get a lot of properties of the current node.
But how I get the url of current node?
Sören
Using umbraco.library.NiceUrl(nodeId). But this will only work if the node has been published (else it doesn't have a url).
Thank you, it's very easy :-)
is working on a reply...