Class DictionaryPreviewImportModel
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "dictionaryPreviewImportModel")]
public class DictionaryPreviewImportModel
Properties
View SourceLevel
Declaration
[DataMember(Name = "level")]
public int Level { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |