Content Url and Audit (in progress)

This commit is contained in:
Stephan
2018-07-05 17:14:11 +02:00
parent e9a31437e1
commit fdfdd541e3
12 changed files with 250 additions and 160 deletions

View File

@@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Runtime.Serialization;
using Umbraco.Core.Models;
using Umbraco.Web.Routing;
namespace Umbraco.Web.Models.ContentEditing
{
@@ -41,7 +42,7 @@ namespace Umbraco.Web.Models.ContentEditing
public ContentTypeBasic DocumentType { get; set; }
[DataMember(Name = "urls")]
public string[] Urls { get; set; }
public UrlInfo[] Urls { get; set; }
/// <summary>
/// Determines whether previewing is allowed for this node