Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryItemModelBase

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

    Properties

    View Source

    Name

    Declaration
    [Required]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Translations

    Declaration
    public IEnumerable<DictionaryItemTranslationModel> Translations { get; set; }
    Property Value
    Type Description
    IEnumerable<DictionaryItemTranslationModel>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Name
      • Translations
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX