Web.PublishedCache - add XPathNavigatorIsNavigable to caches

This commit is contained in:
Stephan
2013-06-11 09:52:41 +02:00
parent 1ddf2fa365
commit f63514e8ea
5 changed files with 22 additions and 0 deletions

View File

@@ -132,6 +132,12 @@ namespace Umbraco.Web.PublishedCache
return _cache.GetXPathNavigator(UmbracoContext, preview);
}
/// <summary>
/// Gets a value indicating whether <c>GetXPathNavigator</c> returns an <c>XPathNavigator</c>
/// and that navigator is a <c>NavigableNavigator</c>.
/// </summary>
public override bool XPathNavigatorIsNavigable { get { return _cache.XPathNavigatorIsNavigable; } }
/// <summary>
/// Gets a value indicating whether the underlying non-contextual cache contains content.
/// </summary>