Web - move GetByAlias out of PublishedCache

This commit is contained in:
Stephan
2013-03-21 08:54:25 -01:00
parent 52f05612ad
commit 8c79977a23
6 changed files with 157 additions and 52 deletions

View File

@@ -29,8 +29,5 @@ namespace Umbraco.Web.PublishedCache
/// <param name="contentId">The content unique identifier.</param>
/// <returns>The route.</returns>
string GetRouteById(UmbracoContext umbracoContext, int contentId);
// FIXME do we want that one?
IPublishedContent GetByUrlAlias(UmbracoContext umbracoContext, int rootNodeId, string alias);
}
}