I'm doing some debugging of our VPP folders. I'm wondering if anyone can tell me what the first part of the image paths generated in Relate mean?
E.g.
"/EPiServerCommunity/Modules/ImageGallery/Thumbnails/29/129/25_66.jpg"
In this case I've identified the following:
So, I'm kind of stuck on the "29" bit. Any suggestions on how to interpret it?
It's image gallery id modulo 100 (129%100 in your example)
Great, thanks!
I'm doing some debugging of our VPP folders. I'm wondering if anyone can tell me what the first part of the image paths generated in Relate mean?
E.g.
"/EPiServerCommunity/Modules/ImageGallery/Thumbnails/29/129/25_66.jpg"
In this case I've identified the following:
So, I'm kind of stuck on the "29" bit. Any suggestions on how to interpret it?