Auto response:
:-)
I changed it:
:-)
I changed it:
var images = c.Get<IImageFile>().Where(i => i.FolderPath == folder.Path);
For this:var images = c.Get<IMediaFile>().Where(i => i.FolderPath == folder.Path);
And now it works ;)