Changed IContentType on IContent to a more simple class with lesser properties

This commit is contained in:
Bjarke Berg
2019-01-03 09:27:52 +01:00
parent 17d818b604
commit eda46a16d0
28 changed files with 278 additions and 150 deletions

View File

@@ -69,7 +69,7 @@ namespace Umbraco.Core.Models
/// <summary>
/// Gets the content type of this content.
/// </summary>
IContentType ContentType { get; }
ISimpleContentType ContentType { get; }
/// <summary>
/// Gets a value indicating whether a culture is published.