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

IsDescendantOf() private method

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

Same methods

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