Search Results for

    Show / Hide Table of Contents
    View Source

    Class ImportExistingDocumentTypeController

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

    Constructors

    View Source

    ImportExistingDocumentTypeController(IBackOfficeSecurityAccessor, IContentTypeImportService)

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

    Methods

    View Source

    Import(CancellationToken, Guid, ImportDocumentTypeRequestModel)

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