Stefan Bergfeldt wrote:
I'm looking at the introduction video, and making my own content type. I've managed to create the content type, but I want to render thumbs from the images, which the video shows.
However, since Model.BinaryContent isn't there, I don't know how to do that.
Example:
using Mindroute.Lemoon.Helpers;
...
string thumb = ((Mindroute.Core.Model.Document)aContentItem).ThumbUrl(200, 200);