Obsolete CreatorName and WriterName on IPublishedContent
This commit is contained in:
@@ -54,6 +54,8 @@ namespace Umbraco.Web.Models
|
||||
public abstract int CreatorId { get; }
|
||||
|
||||
/// <inheritdoc />
|
||||
[Obsolete("Use CreatorName(IUserService) extension instead")]
|
||||
|
||||
public abstract string CreatorName { get; }
|
||||
|
||||
/// <inheritdoc />
|
||||
@@ -63,6 +65,8 @@ namespace Umbraco.Web.Models
|
||||
public abstract int WriterId { get; }
|
||||
|
||||
/// <inheritdoc />
|
||||
[Obsolete("Use WriterName(IUserService) extension instead")]
|
||||
|
||||
public abstract string WriterName { get; }
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user