November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
If you know the contentreference of the image, you can just load the ImageData by using IContentLoader. The guid would be imageData.ContentGuid.
Sorry I meant, without using code. I'm just looking in the CMS editor to see it's ID. I then want to search in the SQL Database or something to find the corresponding GUID so I can check the folder is there.
You can always look into tblContent table, but I would recommend the APIs way instead - supported and backward compatible.
It's just to have a look to get an idea why the images are showing as missing, I'm not going to write any code. We've moved from one server to another and even though we've copied the databases and blobs folders we're still missing some images somehow.
How can I find out what image ID corresponds to what guid in the app_data\blobs folder. We are missing lots of images when viewing the website after copying to integration from our own servers, but have now way to tell which blobs folders are missing or possibly corrupted. I can view the image properties in episerver and see it's ID, but not the guid so can't find it in the blobs folder.
Is there a sql table I can look in?