Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryItemTreeControllerBase

    Inheritance
    System.Object
    ManagementApiControllerBase
    EntityTreeControllerBase<EntityTreeItemViewModel>
    Namespace: Umbraco.Cms.ManagementApi.Controllers.DictionaryItem.Tree
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class DictionaryItemTreeControllerBase : EntityTreeControllerBase<EntityTreeItemViewModel>

    Constructors

    View Source

    DictionaryItemTreeControllerBase(IEntityService, ILocalizationService)

    Declaration
    public DictionaryItemTreeControllerBase(IEntityService entityService, ILocalizationService localizationService)
    Parameters
    Type Name Description
    IEntityService entityService
    ILocalizationService localizationService

    Properties

    View Source

    ItemObjectType

    Declaration
    protected override UmbracoObjectTypes ItemObjectType { get; }
    Property Value
    Type Description
    UmbracoObjectTypes
    View Source

    LocalizationService

    Declaration
    protected ILocalizationService LocalizationService { get; }
    Property Value
    Type Description
    ILocalizationService

    Methods

    View Source

    MapTreeItemViewModels(Nullable<Guid>, IDictionaryItem[])

    Declaration
    protected EntityTreeItemViewModel[] MapTreeItemViewModels(Guid? parentKey, IDictionaryItem[] dictionaryItems)
    Parameters
    Type Name Description
    System.Nullable<Guid> parentKey
    IDictionaryItem[] dictionaryItems
    Returns
    Type Description
    EntityTreeItemViewModel[]
    View Source

    PaginatedDictionaryItems(Int64, Int32, IEnumerable<IDictionaryItem>, out Int64)

    Declaration
    protected IDictionaryItem[] PaginatedDictionaryItems(long pageNumber, int pageSize, IEnumerable<IDictionaryItem> allDictionaryItems, out long totalItems)
    Parameters
    Type Name Description
    System.Int64 pageNumber
    System.Int32 pageSize
    IEnumerable<IDictionaryItem> allDictionaryItems
    System.Int64 totalItems
    Returns
    Type Description
    IDictionaryItem[]
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DictionaryItemTreeControllerBase(IEntityService, ILocalizationService)
    • Properties
      • ItemObjectType
      • LocalizationService
    • Methods
      • MapTreeItemViewModels(Nullable<Guid>, IDictionaryItem[])
      • PaginatedDictionaryItems(Int64, Int32, IEnumerable<IDictionaryItem>, out Int64)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX