View Source
Class ImportNewDocumentTypeController
Inheritance
System.Object
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
Returns
Type |
Description |
Task<IActionResult> |
|