Rebel.Cms.Web.ContentIsHelperExtensions.IsDescendant C# (CSharp) Méthode

IsDescendant() private méthode

private IsDescendant ( this content, object toCompare, string valueIfTrue ) : IHtmlString
content this
toCompare object
valueIfTrue string
Résultat 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