Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Ok, now I see that I was pretty stupid and this thread is only here to help anyone as stupid as me...
/contentassets/..... is images/files uploaded in a (for this page)
/globalassets/... is images/files uploaded for global use.
I have a function that are listning images uploaded to a site that has not been used anywhere. When I present it to the administrators I only get links that looks like this:
/contentassets/[GUID]/[FILENAME].jpg
I want to also present where in the tree it exists like this:
/globalassets/global/[DIRECTORYNAME]/[DIRECTORYNAME]/../[FILENAME].png
I use GetUrl from UrlResolver to get the friendlyurl to the image(content).