I'm not exactly sure if you can reload a single property on a page, but I found this, which reloads the entire iframe (what Umbraco version are you running btw?)
I might be slow-headed today, but wouldn't it be the same in 7.x.x ? :-) Seeing that the URL for editing a node is something like: http://yoursite.local/umbraco/#/content/content/edit/1063, so a redirect to that URL should refresh the view, no?
Reload a property when changing stuff on ContentService.Saving
Is it posible to reload a property or the node when changing stuff on the ContentService.Saving Event?
Hiya Kim,
Is it possible to share abit more about where you are using the ContentService? On a custom property editor, or? :-)
Thanks!
Year sure :)
I update a Richtext field within a Vorto property :)
And I use it when saving a node in the contenttree (C# backend)
Thanks! :-)
I'm not exactly sure if you can reload a single property on a page, but I found this, which reloads the entire iframe (what Umbraco version are you running btw?)
http://our.umbraco.org/forum/developers/api-questions/39527-updating-property-in-AfterPublish-does-not-update-property-in-editor-UI-v4111
Dunno if that's what you're after? :-P
Im running 7.1.4 :p
And im looking for something that does the same but in 7.1.4 :-)
I might be slow-headed today, but wouldn't it be the same in 7.x.x ? :-) Seeing that the URL for editing a node is something like: http://yoursite.local/umbraco/#/content/content/edit/1063, so a redirect to that URL should refresh the view, no?
is working on a reply...