Esempio n. 1
0
 public bool IsAncestorOrSelf(DynamicXml other)
 {
     return(_inner.IsAncestorOrSelf(new Umbraco.Core.Dynamics.DynamicXml(other.BaseElement)));
 }