Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDictionaryItemImportService

    Namespace: Umbraco.Cms.Api.Management.Services
    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
    Type Description
    Task<Attempt<System.Nullable<IDictionaryItem>, DictionaryImportOperationStatus>>
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • ImportDictionaryItemFromUdtFileAsync(Guid, Nullable<Guid>, Guid)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX