Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ILoadDictionaryItemService

    Namespace: Umbraco.Cms.ManagementApi.Services
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public interface ILoadDictionaryItemService

    Methods

    View Source

    Load(String, Nullable<Int32>)

    Declaration
    IDictionaryItem Load(string filePath, int? parentId)
    Parameters
    Type Name Description
    System.String filePath
    System.Nullable<System.Int32> parentId
    Returns
    Type Description
    IDictionaryItem
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Load(String, Nullable<Int32>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX