Renaming IDocumentProperty to IPublishedContentProperty
This commit is contained in:
11
src/Umbraco.Core/Models/IPublishedContentProperty.cs
Normal file
11
src/Umbraco.Core/Models/IPublishedContentProperty.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace Umbraco.Core.Models
|
||||
{
|
||||
public interface IPublishedContentProperty
|
||||
{
|
||||
string Alias { get; }
|
||||
object Value { get; }
|
||||
Guid Version { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user