Rebel.Cms.Web.ContentIsHelperExtensions.IsAncestor C# (CSharp) Method

IsAncestor() private method

private IsAncestor ( this content, object toCompare, string valueIfTrue ) : IHtmlString
content this
toCompare object
valueIfTrue string
return IHtmlString
        public static IHtmlString IsAncestor(this Content content, object toCompare, string valueIfTrue)
        {
            throw new ObsoleteException("IsAncestor", "IsAncestorOf");
        }

Same methods

ContentIsHelperExtensions::IsAncestor ( this content, object toCompare, string valueIfTrue, string valueIfFalse ) : IHtmlString
ContentIsHelperExtensions::IsAncestor ( this content, object toCompare ) : bool