Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IContentTypeSchemaService

    Service to get content type schema information for schema generation.

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

    Methods

    View Source

    GetDocumentTypes()

    Gets all available document types.

    Declaration
    IReadOnlyCollection<ContentTypeSchemaInfo> GetDocumentTypes()
    Returns
    Type Description
    IReadOnlyCollection<ContentTypeSchemaInfo>

    A collection of document type schema information.

    View Source

    GetMediaTypes()

    Gets all available media types.

    Declaration
    IReadOnlyCollection<ContentTypeSchemaInfo> GetMediaTypes()
    Returns
    Type Description
    IReadOnlyCollection<ContentTypeSchemaInfo>

    A collection of media type schema information.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX