Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IElementSwitchValidator

    Namespace: Umbraco.Cms.Core.Services.ContentTypeEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IElementSwitchValidator

    Methods

    View Source

    AncestorsAreAlignedAsync(IContentType)

    Declaration
    Task<bool> AncestorsAreAlignedAsync(IContentType contentType)
    Parameters
    Type Name Description
    IContentType contentType
    Returns
    Type Description
    Task<System.Boolean>
    View Source

    DescendantsAreAlignedAsync(IContentType)

    Declaration
    Task<bool> DescendantsAreAlignedAsync(IContentType contentType)
    Parameters
    Type Name Description
    IContentType contentType
    Returns
    Type Description
    Task<System.Boolean>
    View Source

    DocumentToElementHasNoContentAsync(IContentTypeBase)

    Declaration
    Task<bool> DocumentToElementHasNoContentAsync(IContentTypeBase contentType)
    Parameters
    Type Name Description
    IContentTypeBase contentType
    Returns
    Type Description
    Task<System.Boolean>
    View Source

    ElementToDocumentNotUsedInBlockStructuresAsync(IContentTypeBase)

    Declaration
    Task<bool> ElementToDocumentNotUsedInBlockStructuresAsync(IContentTypeBase contentType)
    Parameters
    Type Name Description
    IContentTypeBase contentType
    Returns
    Type Description
    Task<System.Boolean>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • AncestorsAreAlignedAsync(IContentType)
      • DescendantsAreAlignedAsync(IContentType)
      • DocumentToElementHasNoContentAsync(IContentTypeBase)
      • ElementToDocumentNotUsedInBlockStructuresAsync(IContentTypeBase)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX