Quantcast
Channel: C1 CMS Foundation - Open Source on .NET
Viewing all articles
Browse latest Browse all 2540

New Post: How to update the Image Title and Description from code?

$
0
0
Auto response:
:-)

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 ;)

Viewing all articles
Browse latest Browse all 2540

Trending Articles