Updates based on review feedback

This commit is contained in:
Bjarke Berg
2020-09-15 13:18:01 +02:00
parent 9c91dd5994
commit b7a48686f0
9 changed files with 14 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ namespace Umbraco.Core.Configuration.Models
{
public class ContentErrorPage
{
//TODO introduce valiation, to check only one of key/id/xPath is used.
//TODO introduce validation, to check only one of key/id/xPath is used.
public int ContentId { get; }
public Guid ContentKey { get; }
public string ContentXPath { get; }