Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
AI OnAI Off
Help shape the future of CMS PaaS release notes! Take this quick survey and share your feedback.
Hi Bevan,
Here's the code:
var urlResolver = ServiceLocator.Current.GetInstance<UrlResolver>();
IContent content = urlResolver.Route(new UrlBuilder(imagePath));
// cast to MediaData, or ImageFile, or whatever :)
var mediaData = content as MediaData;
Hope this helps
Previously I could open a VersioningFile using:
How can I do the same thing in the new media system?