Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryItem

    Represents a Dictionary Item

    Inheritance
    object
    BeingDirtyBase
    EntityBase
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [Serializable]
    [DataContract(IsReference = true)]
    public class DictionaryItem : EntityBase, IDictionaryItem, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty

    Constructors

    View Source

    DictionaryItem(Guid?, string)

    Declaration
    public DictionaryItem(Guid? parentId, string itemKey)
    Parameters
    Type Name Description
    Guid? parentId
    string itemKey
    View Source

    DictionaryItem(string)

    Declaration
    public DictionaryItem(string itemKey)
    Parameters
    Type Name Description
    string itemKey

    Properties

    View Source

    ItemKey

    Gets or sets the Key for the Dictionary Item

    Declaration
    [DataMember]
    public string ItemKey { get; set; }
    Property Value
    Type Description
    string
    View Source

    ParentId

    Gets or Sets the Parent Id of the Dictionary Item

    Declaration
    [DataMember]
    public Guid? ParentId { get; set; }
    Property Value
    Type Description
    Guid?
    View Source

    Translations

    Gets or sets a list of translations for the Dictionary Item

    Declaration
    [DataMember]
    public IEnumerable<IDictionaryTranslation> Translations { get; set; }
    Property Value
    Type Description
    IEnumerable<IDictionaryTranslation>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX