Пример #1
0
 public bool IsAncestor(DynamicXml other)
 {
     return(_inner.IsAncestor(new Umbraco.Core.Dynamics.DynamicXml(other.BaseElement)));
 }