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

IsAncestor() private méthode

private IsAncestor ( this content, object toCompare, string valueIfTrue ) : IHtmlString
content this
toCompare object
valueIfTrue string
Résultat IHtmlString
        public static IHtmlString IsAncestor(this Content content, object toCompare, string valueIfTrue)
        {
            throw new ObsoleteException("IsAncestor", "IsAncestorOf");
        }

Same methods

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