Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryPreviewImportModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "dictionaryPreviewImportModel")]
    public class DictionaryPreviewImportModel

    Properties

    View Source

    Level

    Declaration
    [DataMember(Name = "level")]
    public int Level { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Name

    Declaration
    [DataMember(Name = "name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Level
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX