Reloading parent node in tree without having to reload the whole tree
I have an event handler as part of Calendar functionality that moves an event to a certain directory according to its date. This is working correctly but I have had some complaints from admins about how the content tree reloads after event creation.
Has anyone found a way of reloading just the current section in the content tree using the API without having to use umbraco.library.RefreshContent(); on the wole library?
Reloading parent node in tree without having to reload the whole tree
I have an event handler as part of Calendar functionality that moves an event to a certain directory according to its date. This is working correctly but I have had some complaints from admins about how the content tree reloads after event creation.
Has anyone found a way of reloading just the current section in the content tree using the API without having to use umbraco.library.RefreshContent(); on the wole library?
Hi Samuel,
You can try using SyncTree:
Hope this helps,
Tom
It helps me :-)
sorted :)
is working on a reply...