Web.PublishedCache - add XPathNavigatorIsNavigable to caches
This commit is contained in:
@@ -201,6 +201,12 @@ namespace Umbraco.Web.PublishedCache
|
||||
/// <returns>The XPath navigator.</returns>
|
||||
public abstract XPathNavigator GetXPathNavigator(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>
|
||||
public abstract bool XPathNavigatorIsNavigable { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether the underlying non-contextual cache contains content.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user