Interface ILoadDictionaryItemService
Namespace: Umbraco.Cms.ManagementApi.Services
Assembly: Umbraco.Cms.ManagementApi.dll
Syntax
public interface ILoadDictionaryItemService
Methods
View SourceLoad(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 |