Refactor IPublishedContent.Children()

This commit is contained in:
Stephan
2019-04-22 15:39:24 +02:00
parent 41e14a62c0
commit 2270188668
26 changed files with 78 additions and 73 deletions

View File

@@ -154,7 +154,7 @@ namespace Umbraco.Web.Models
public abstract IPublishedContent Parent();
/// <inheritdoc />
public abstract IEnumerable<IPublishedContent> Children { get; }
public abstract IEnumerable<IPublishedContent> Children(string culture = null);
#endregion