Fixed note on #13145 - don't make IncludeDescendants settable
This commit is contained in:
@@ -27,5 +27,5 @@ public sealed class ContentPublishedNotification : EnumerableObjectNotification<
|
||||
/// </summary>
|
||||
public IEnumerable<IContent> PublishedEntities => Target;
|
||||
|
||||
public bool IncludeDescendants { get; set; }
|
||||
public bool IncludeDescendants { get; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user