예제 #1
0
 public bool IsDescendant(DynamicXml other)
 {
     return(_inner.IsDescendant(new Umbraco.Core.Dynamics.DynamicXml(other.BaseElement)));
 }