Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImportNewDocumentTypeController

    Inheritance
    System.Object
    ManagementApiControllerBase
    DocumentTypeControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.DocumentType
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ImportNewDocumentTypeController : DocumentTypeControllerBase

    Constructors

    View Source

    ImportNewDocumentTypeController(IBackOfficeSecurityAccessor, IContentTypeImportService)

    Declaration
    public ImportNewDocumentTypeController(IBackOfficeSecurityAccessor backOfficeSecurityAccessor, IContentTypeImportService contentTypeImportService)
    Parameters
    Type Name Description
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor
    IContentTypeImportService contentTypeImportService

    Methods

    View Source

    Import(CancellationToken, ImportDocumentTypeRequestModel)

    Declaration
    public async Task<IActionResult> Import(CancellationToken cancellationToken, ImportDocumentTypeRequestModel model)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    ImportDocumentTypeRequestModel model
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ImportNewDocumentTypeController(IBackOfficeSecurityAccessor, IContentTypeImportService)
    • Methods
      • Import(CancellationToken, ImportDocumentTypeRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX