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