Working with Umbraco 7.6 New Pickers

With the old pickers, we could do something like this: With the new pickers, we can’t use IDs anymore, we have to use UDIs instead. They look like this: “umb://document/28b551d1e9e74c758686604c9168b910” So how can we get the content UDI? If we have an IContent, we can simply use the extension If we have an IPublishedContent, we … Continue reading Working with Umbraco 7.6 New Pickers