Add (un)publishing details to TreeChange notifications (#17757)

(cherry picked from commit 404a62aa0b)
This commit is contained in:
Kenn Jacobsen
2024-12-09 11:36:48 +01:00
committed by Nikolaj Geisle
parent a627930b58
commit 16749a724d
7 changed files with 205 additions and 18 deletions

View File

@@ -182,6 +182,10 @@ public sealed class ContentCacheRefresher : PayloadCacheRefresherBase<ContentCac
public TreeChangeTypes ChangeTypes { get; init; }
public bool Blueprint { get; init; }
public string[]? PublishedCultures { get; init; }
public string[]? UnpublishedCultures { get; init; }
}
#endregion