U4-8720 - add dynamic support, UmbracoHelper methods

This commit is contained in:
Stephan
2016-07-19 16:13:46 +02:00
parent dc476dcb02
commit a0caab410e
4 changed files with 207 additions and 58 deletions

View File

@@ -20,7 +20,7 @@ namespace Umbraco.Web
IEnumerable<IPublishedContent> TypedContentAtXPath(XPathExpression xpath, params XPathVariable[] vars);
IEnumerable<IPublishedContent> TypedContentAtRoot();
// note: we CANNOT implement TypedMedia in v7 without break-changing IPublishedCache,
// note: we CANNOT implement TypedMedia by Guid in v7 without break-changing IPublishedCache,
// since we don't support XPath navigation of the media tree.
IPublishedContent TypedMedia(int id);