IPublishedContent.UrlSegment

This commit is contained in:
Stephan
2018-04-28 16:35:33 +02:00
parent ce8775b3e7
commit 6959e595f5
16 changed files with 19 additions and 19 deletions

View File

@@ -43,7 +43,7 @@ namespace Umbraco.Web.Models
public abstract string Name { get; }
/// <inheritdoc />
public abstract string UrlName { get; }
public abstract string UrlSegment { get; }
/// <inheritdoc />
public abstract int SortOrder { get; }