DictionaryItem
Represents a Dictionary Item. A Dictionary Item is what you see in the Translation / Dictionary tree.
using Umbraco.Cms.Core.Models;Constructors
new DictionaryItem(string itemKey)
new DictionaryItem(Guid? parentId, string itemKey)
Properties
.ItemKey
.ParentId
.Translations
Last updated
Was this helpful?