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

@@ -320,6 +320,8 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
return xml.CreateNavigator();
}
public virtual bool XPathNavigatorIsNavigable { get { return false; } }
#endregion
#region Legacy Xml