Interface IDictionaryItem
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public interface IDictionaryItem : IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Properties
View SourceItemKey
Gets or sets the Key for the Dictionary Item
Declaration
[DataMember]
string ItemKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ParentId
Gets or Sets the Parent Id of the Dictionary Item
Declaration
[DataMember]
Guid? ParentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<Guid> |
Translations
Gets or sets a list of translations for the Dictionary Item
Declaration
[DataMember]
IEnumerable<IDictionaryTranslation> Translations { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<IDictionaryTranslation> |