Fixed note on #13145 - don't make IncludeDescendants settable

This commit is contained in:
Sebastiaan Janssen
2023-08-01 16:11:44 +02:00
parent 978da0384e
commit bc127d95ba

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; }
}