Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Oct 23, 2015 @ 11:51
    Ismail Mayat
    2

    Get all children of parent dictionary item

    I need to get all children of a specific dictionary item. I can see how to do it using Localisation service, however was wondering if there is way via UmbracoHelper to do same thing:

    So I have

    var item = Services.LocalizationService.GetDictionaryItemByKey("AtoZRange");
    
            var keys = Services.LocalizationService.GetDictionaryItemChildren(item.Key);
    

    Regards

    Ismail

  • Nitesh 9 posts 89 karma points
    Jan 15, 2019 @ 14:08
    Nitesh
    0

    Hi Ismail,

    Did you ever found a way to do this using UmbracoHelper or any Front End API to avoid hitting database directly ?

Please Sign in or register to post replies

Write your reply to:

Draft