Merge remote-tracking branch 'origin/v13/dev' into v14/dev

This commit is contained in:
Bjarke Berg
2023-08-08 12:10:18 +02:00
62 changed files with 1167 additions and 1189 deletions

View File

@@ -27,5 +27,5 @@ public sealed class ContentPublishedNotification : EnumerableObjectNotification<
/// </summary>
public IEnumerable<IContent> PublishedEntities => Target;
public bool IncludeDescendants { get; set; }
public bool IncludeDescendants { get; }
}