tree syncing
This commit is contained in:
@@ -14,7 +14,9 @@ namespace Umbraco.Web.Models.ContentEditing
|
||||
[DataContract(Name = "content", Namespace = "")]
|
||||
public class ContentItemDisplay : ContentItemDisplayBase<ContentPropertyDisplay, IContent>
|
||||
{
|
||||
|
||||
[DataMember(Name = "path")]
|
||||
public string Path { get; set; }
|
||||
|
||||
[DataMember(Name = "publishDate")]
|
||||
public DateTime? PublishDate { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user