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
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.
bueller...
If I find out I'll be sure to post it here.
Thanks anyway.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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:
but that doesn't work. Also:
and
nope.
Is this a angular thing? If so can I get access via a Usercontrol?
Thanks.
bueller...
If I find out I'll be sure to post it here.
Thanks anyway.
is working on a reply...