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

IsDescendant() private method

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

Same methods

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