Home Authors Posts by Mário Nunes

Mário Nunes

Mário Nunes
6 POSTS 1 COMMENTS

Force Image Cache Refresh Programmatically

1
The best solution I found, to force the browser cache to refresh for an image, is to modify the image url in the html. Example: I...

Syncing Member Types with uSync

0
This took me longer to figure out than it should have. uSync has MemberType synchronization disabled by default. To enable it simply go to ConfiguSyncBackOffice.Config and...

Working with Umbraco 7.6 New Pickers

0
With the old pickers, we could do something like this: page.SetValue("myPicker", content.Id); With the new pickers, we can't use IDs anymore, we have to use UDIs...