Changes Content.Names to Content.CultureNames and Content.PublishNames to Content.PublishCultureNames

This commit is contained in:
Shannon
2018-06-01 16:15:46 +10:00
parent 90e6769169
commit 504b6cb079
10 changed files with 31 additions and 31 deletions

View File

@@ -121,7 +121,7 @@ namespace Umbraco.Core.Models
/// <para>Because a dictionary key cannot be <c>null</c> this cannot get the invariant
/// name, which must be get via the <see cref="PublishName"/> property.</para>
/// </remarks>
IReadOnlyDictionary<string, string> PublishNames { get; }
IReadOnlyDictionary<string, string> PublishCultureNames { get; }
/// <summary>
/// Gets the available cultures.