View Source
Class ImportDictionaryController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class ImportDictionaryController : DictionaryControllerBase
Constructors
View Source
ImportDictionaryController(IDictionaryItemImportService, IBackOfficeSecurityAccessor)
Declaration
public ImportDictionaryController(IDictionaryItemImportService dictionaryItemImportService, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
Parameters
Methods
View Source
Import(CancellationToken, ImportDictionaryRequestModel)
Declaration
public async Task<IActionResult> Import(CancellationToken cancellationToken, ImportDictionaryRequestModel importDictionaryRequestModel)
Parameters
Returns
Type |
Description |
Task<IActionResult> |
|