Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • glob 72 posts 172 karma points
    Jan 04, 2014 @ 06:22
    glob
    0

    Umbraco Link to Document Property

    hello,

    How can i get ' link to document' property from the ublogsy post node on after publish event....?

  • Charles Afford 1163 posts 1709 karma points
    Jan 05, 2014 @ 21:36
    Charles Afford
    0

    Hello, could you be more specfic?  Thanks,  Charlie

  • glob 72 posts 172 karma points
    Jan 09, 2014 @ 05:41
    glob
    0

     

    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...

  • lothar 25 posts 99 karma points
    Jan 09, 2014 @ 15:53
    lothar
    0

    You can get the Url of a document by using the umbraco.library.NiceUrl method:

    var url = umbraco.library.NiceUrl(sender.Id);
    
  • glob 72 posts 172 karma points
    Jan 10, 2014 @ 14:23
    glob
    0

    thanks...

Please Sign in or register to post replies

Write your reply to:

Draft