Rebel.Cms.Web.ContentIsHelperExtensions.IsAncestorOf C# (CSharp) Метод

IsAncestorOf() приватный Метод

private IsAncestorOf ( this content, object toCompare, string valueIfTrue ) : IHtmlString
content this
toCompare object
valueIfTrue string
Результат 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