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 12135 karma points MVP 9x 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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies