public bool IsDescendantOf(IStandardTemplateItem item) { return(_axes.IsDescendantOf(item.InnerItem)); }
public bool IsDescendantOf(Item item) { return _axes.IsDescendantOf(item); }