U4-4618 - public PublishedContentModel & Factory

This commit is contained in:
Stephan
2014-04-21 14:11:55 +02:00
parent 82c1c95e35
commit 57f06ba447
6 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ namespace Umbraco.Core.Models.PublishedContent
/// </summary>
/// <remarks>Every strongly-typed published content class should inherit from <c>PublishedContentModel</c>
/// (or inherit from a class that inherits from... etc.) so they are picked by the factory.</remarks>
internal abstract class PublishedContentModel : PublishedContentExtended
public abstract class PublishedContentModel : PublishedContentExtended
{
/// <summary>
/// Initializes a new instance of the <see cref="PublishedContentModel"/> class with