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
how to "reload a node" automatically in content "after save and publish" event fired in umbraco 4.7.1.1?
You can use this code in your eventhandler :
BasePage.Current.ClientTools.SyncTree(sender.Path, true);
Dave
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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?
You can use this code in your eventhandler :
Dave
is working on a reply...