Copied to clipboard

Flag this post as spam?

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


  • siva kumar 120 posts 209 karma points
    Jun 17, 2013 @ 07:19
    siva kumar
    0

    how to reload a node after save and publish event?

    how to "reload a node" automatically  in  content  "after save and publish" event fired in umbraco 4.7.1.1?

  • Dave Woestenborghs 3504 posts 12133 karma points MVP 8x admin c-trib
    Jun 17, 2013 @ 11:35
    Dave Woestenborghs
    0

    You can use this code in your eventhandler :

    BasePage.Current.ClientTools.SyncTree(sender.Path, true);

    Dave

Please Sign in or register to post replies

Write your reply to:

Draft