Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryImportModel

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

    Properties

    View Source

    DictionaryItems

    Declaration
    [DataMember(Name = "dictionaryItems")]
    public List<DictionaryPreviewImportModel>? DictionaryItems { get; set; }
    Property Value
    Type Description
    System.Nullable<List<DictionaryPreviewImportModel>>
    View Source

    TempFileName

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