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
hello,
How can i get ' link to document' property from the ublogsy post node on after publish event....?
Hello, could you be more specfic? Thanks, Charlie
Sorry for late reply...
i want to get below highlighted property on after publish event....like this way .."var subject = sender.getProperty("uBlogsyNavigationTitle").Value.ToString();"..
what is the syntax for that...
You can get the Url of a document by using the umbraco.library.NiceUrl method:
var url = umbraco.library.NiceUrl(sender.Id);
thanks...
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco Link to Document Property
hello,
How can i get ' link to document' property from the ublogsy post node on after publish event....?
Hello, could you be more specfic? Thanks, Charlie
Sorry for late reply...
i want to get below highlighted property on after publish event....like this way .."var subject = sender.getProperty("uBlogsyNavigationTitle").Value.ToString();"..
what is the syntax for that...
You can get the Url of a document by using the umbraco.library.NiceUrl method:
thanks...
is working on a reply...