Refactor content service

This commit is contained in:
Stephan
2017-11-30 13:56:29 +01:00
parent 94127e9aa2
commit 9b9c7c8e3a
81 changed files with 2636 additions and 2710 deletions

View File

@@ -1159,7 +1159,7 @@ namespace Umbraco.Web.PublishedCache.NuCache
var data = new Dictionary<string, object>();
foreach (var prop in content.Properties)
{
var value = prop.GetValue(published);
var value = prop.GetValue(published: published);
//if (value != null)
//{
// var e = propertyEditorResolver.GetByAlias(prop.PropertyType.PropertyEditorAlias);