Class DictionarySave
Dictionary Save model
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "dictionary", Namespace = "")]
public class DictionarySave : EntityBasic
Constructors
View SourceDictionarySave()
Initializes a new instance of the DictionarySave class.
Declaration
public DictionarySave()
Properties
View SourceNameIsDirty
Gets or sets a value indicating whether name is dirty.
Declaration
[DataMember(Name = "nameIsDirty")]
public bool NameIsDirty { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ParentId
Gets or sets the parent id.
Declaration
[DataMember(Name = "parentId")]
public Guid ParentId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Translations
Gets the translations.
Declaration
[DataMember(Name = "translations")]
public List<DictionaryTranslationSave> Translations { get; }
Property Value
Type | Description |
---|---|
List<DictionaryTranslationSave> |