Cherry-pick of #20129 to 16.
This commit is contained in:
@@ -24,6 +24,8 @@ public interface IPublishedContentQuery
|
||||
|
||||
IEnumerable<IPublishedContent> ContentAtRoot();
|
||||
|
||||
IEnumerable<IPublishedContent> ContentAtRoot(string? culture) => culture is null ? ContentAtRoot() : throw new NotSupportedException();
|
||||
|
||||
IPublishedContent? Media(int id);
|
||||
|
||||
IPublishedContent? Media(Guid id);
|
||||
|
||||
Reference in New Issue
Block a user