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:
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).