Undoing the private set on Parent Id as it should be possible to change

This commit is contained in:
Morten@Thinkpad-X220
2012-10-03 10:27:43 -02:00
parent 3d99cec04c
commit d6b4307c8d
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ namespace Umbraco.Core.Models
public int ParentId
{
get { return _parentId; }
private set
set
{
_parentId = value;
OnPropertyChanged(ParentIdSelector);

View File

@@ -12,7 +12,7 @@ namespace Umbraco.Core.Models
/// <summary>
/// Gets or Sets the Id of the Parent for the Content
/// </summary>
int ParentId { get; }
int ParentId { get; set; }
/// <summary>
/// Gets or Sets the Name of the Content