IPublishedContent.UrlSegment
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Umbraco.Web.PublishedCache.NuCache.Navigable
|
||||
XmlString(i++, _content.TemplateId),
|
||||
XmlString(i++, _content.WriterId),
|
||||
XmlString(i++, _content.CreatorId),
|
||||
XmlString(i++, _content.UrlName),
|
||||
XmlString(i++, _content.UrlSegment),
|
||||
XmlString(i, _content.IsDraft)
|
||||
};
|
||||
}
|
||||
|
||||
@@ -191,7 +191,7 @@ namespace Umbraco.Web.PublishedCache.NuCache
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public override string UrlName
|
||||
public override string UrlSegment
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user