Changes Content.Names to Content.CultureNames and Content.PublishNames to Content.PublishCultureNames
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user