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

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

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