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

IsAncestorOf() private method

private IsAncestorOf ( this content, object toCompare, string valueIfTrue ) : IHtmlString
content this
toCompare object
valueIfTrue string
return IHtmlString
        public static IHtmlString IsAncestorOf(this Content content, object toCompare, string valueIfTrue)
        {
            return content.IsAncestorOf(toCompare, valueIfTrue, String.Empty);
        }

Same methods

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