Fixes U4-1557 so the name of a Media item is properly saved.

This has also be tested and verified for content.
This commit is contained in:
Morten Christensen
2013-01-28 14:31:40 -01:00
parent 72097c3ebc
commit 0dbebaf12e
5 changed files with 38 additions and 25 deletions

View File

@@ -10,11 +10,6 @@ namespace Umbraco.Core.Models
/// </summary>
public interface IContentBase : IUmbracoEntity
{
/// <summary>
/// Gets or Sets the Name of the Content
/// </summary>
string Name { get; set; }
/// <summary>
/// Integer Id of the default ContentType
/// </summary>