Web.PublishedCache - add XPathNavigatorIsNavigable to caches
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user