Implement basic fallback plumbing (in progress)

This commit is contained in:
Stephan
2018-05-02 13:38:45 +02:00
parent 211267d500
commit d56af5872d
26 changed files with 270 additions and 154 deletions

View File

@@ -134,12 +134,6 @@ namespace Umbraco.Core.Models.PublishedContent
return _content.GetProperty(alias);
}
/// <inheritdoc cref="IPublishedContent.GetProperty(string, bool)"/>
public virtual IPublishedProperty GetProperty(string alias, bool recurse)
{
return _content.GetProperty(alias, recurse);
}
#endregion
}
}