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);
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
Regards
Ismail
Hi Ismail,
Did you ever found a way to do this using UmbracoHelper or any Front End API to avoid hitting database directly ?
is working on a reply...