Interface IDictionaryItemImportService
Namespace: Umbraco.Cms.Api.Management.Services
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public interface IDictionaryItemImportService
Methods
View SourceImportDictionaryItemFromUdtFileAsync(Guid, Guid?, Guid)
Declaration
Task<Attempt<IDictionaryItem?, DictionaryImportOperationStatus>> ImportDictionaryItemFromUdtFileAsync(Guid temporaryFileKey, Guid? parentKey, Guid userKey)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | temporaryFileKey | |
| Guid? | parentKey | |
| Guid | userKey |
Returns
| Type | Description |
|---|---|
| Task<Attempt<IDictionaryItem, DictionaryImportOperationStatus>> |