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