Is there a way to force an update on ClientDependency from code?
I would like to have a surface or api endpoint that I could call to update client dependency when Save button is pressed e.g. on Dictionary Item. I know I can get a callback using LocalizationService (LocalizationService.SavedDictionaryItem), but how do I refresh the content on another umbraco instance that is using the same database. From what I understand, data is dependant on ClientDependency and this is why I would like to force-update it.
ClientDependency force update from code
Hey all,
Is there a way to force an update on ClientDependency from code?
I would like to have a surface or api endpoint that I could call to update client dependency when Save button is pressed e.g. on Dictionary Item. I know I can get a callback using LocalizationService (LocalizationService.SavedDictionaryItem), but how do I refresh the content on another umbraco instance that is using the same database. From what I understand, data is dependant on ClientDependency and this is why I would like to force-update it.
Thanks. Vaidas
is working on a reply...