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

@@ -88,6 +88,12 @@ namespace Umbraco.Web.PublishedCache
/// <remarks>The value of <paramref name="preview"/> overrides the context.</remarks>
XPathNavigator GetXPathNavigator(UmbracoContext umbracoContext, bool preview);
/// <summary>
/// Gets a value indicating whether <c>GetXPathNavigator</c> returns an <c>XPathNavigator</c>
/// and that navigator is a <c>NavigableNavigator</c>.
/// </summary>
bool XPathNavigatorIsNavigable { get; }
/// <summary>
/// Gets a value indicating whether the cache contains published content.
/// </summary>