More content refactoring (WIP, barely builds)

This commit is contained in:
Stephan
2017-11-07 19:49:14 +01:00
parent 6ce23ee8fd
commit 09f499d5d6
90 changed files with 2706 additions and 2769 deletions

View File

@@ -450,7 +450,7 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
// add the user props
foreach (var prop in media.Properties)
values[prop.Alias] = prop.Value?.ToString();
values[prop.Alias] = prop.GetValue()?.ToString();
return new CacheValues
{