Cleanup IPublishedContent
This commit is contained in:
@@ -273,10 +273,9 @@ namespace Umbraco.Tests.Published
|
||||
public override int TemplateId { get; }
|
||||
public override int SortOrder { get; }
|
||||
public override string Name { get; }
|
||||
public override IReadOnlyDictionary<string, PublishedCultureName> CultureNames => throw new NotSupportedException();
|
||||
public override PublishedCultureInfos GetCulture(string culture = ".") => throw new NotSupportedException();
|
||||
public override IReadOnlyDictionary<string, PublishedCultureInfos> Cultures => throw new NotSupportedException();
|
||||
public override string UrlName { get; }
|
||||
public override string DocumentTypeAlias { get; }
|
||||
public override int DocumentTypeId { get; }
|
||||
public override string WriterName { get; }
|
||||
public override string CreatorName { get; }
|
||||
public override int WriterId { get; }
|
||||
|
||||
Reference in New Issue
Block a user