namespace Umbraco.Core.Models.Entities
{
///
/// Implements .
///
public class ContentEntitySlim : EntitySlim, IContentEntitySlim
{
///
public string ContentTypeAlias { get; set; }
///
public string ContentTypeIcon { get; set; }
///
public string ContentTypeThumbnail { get; set; }
}
}