Web.PublishedCache - add XPathNavigatorIsNavigable to caches
This commit is contained in:
@@ -320,6 +320,8 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
|
||||
return xml.CreateNavigator();
|
||||
}
|
||||
|
||||
public virtual bool XPathNavigatorIsNavigable { get { return false; } }
|
||||
|
||||
#endregion
|
||||
|
||||
#region Legacy Xml
|
||||
|
||||
Reference in New Issue
Block a user