Adds guid to entitybasic

This commit is contained in:
perploug
2013-10-10 13:33:25 +02:00
parent e2c06852d5
commit 6f39f190a4
4 changed files with 6 additions and 13 deletions

View File

@@ -23,6 +23,9 @@ namespace Umbraco.Web.Models.ContentEditing
[DataMember(Name = "icon")]
public string Icon { get; set; }
[DataMember(Name = "key")]
public Guid Key { get; set; }
[DataMember(Name = "parentId", IsRequired = true)]
[Required]
public int ParentId { get; set; }