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

@@ -53,7 +53,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 or set via the <see cref="TreeEntityBase.Name"/> property.</para>
/// </remarks>
IReadOnlyDictionary<string, string> Names { get; }
IReadOnlyDictionary<string, string> CultureNames { get; }
/// <summary>
/// Gets a value indicating whether a given culture is available.