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

IsAncestorOrSelf() private method

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

Same methods

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