Copied to clipboard

Flag this post as spam?

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


  • Streety 358 posts 568 karma points
    Apr 01, 2016 @ 11:34
    Streety
    0

    Refresh Umbraco Tree after UserControl click event

    I need to refresh the content tree in umbraco after I have had some contentservice.Move calls.

    I can't figure a method of doing this?

    I have tried:

       BasePage.Current.ClientTools
                .SyncTree(siteRoot.Path, true)
    

    but that doesn't work. Also:

    Umbraco.Web.UI.Pages.ClientTools.Scripts.RefreshTree();
    

    and

    Umbraco.Web.UI.Pages.ClientTools.Scripts.SyncTree(siteRoot.Path, true);
    

    nope.

    Is this a angular thing? If so can I get access via a Usercontrol?

    Thanks.

  • Streety 358 posts 568 karma points
    Apr 01, 2016 @ 16:02
    Streety
    0

    bueller...

  • Streety 358 posts 568 karma points
    Apr 04, 2016 @ 07:23
    Streety
    0

    If I find out I'll be sure to post it here.

    Thanks anyway.

Please Sign in or register to post replies

Write your reply to:

Draft