Class DictionaryTranslationDisplay
The dictionary translation display model
Namespace: Umbraco.Web.Models.ContentEditing
Assembly: Umbraco.Web.dll
Syntax
[DataContract(Name = "dictionaryTranslation", Namespace = "")]
public class DictionaryTranslationDisplay : DictionaryTranslationSave
Properties
View SourceDisplayName
Gets or sets the display name.
Declaration
[DataMember(Name = "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |