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