Search Results for

    Show / Hide Table of Contents
    View Source

    Class UploadDictionaryResponseModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Dictionary
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class UploadDictionaryResponseModel

    Properties

    View Source

    DictionaryItems

    Declaration
    public IEnumerable<ImportDictionaryItemsPresentationModel> DictionaryItems { get; set; }
    Property Value
    Type Description
    IEnumerable<ImportDictionaryItemsPresentationModel>
    View Source

    FileName

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • DictionaryItems
      • FileName
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX