Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryTranslationOverviewViewModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.ManagementApi.ViewModels.Dictionary
    Assembly: Umbraco.Cms.ManagementApi.dll
    Syntax
    public class DictionaryTranslationOverviewViewModel

    Properties

    View Source

    DisplayName

    Gets or sets the display name.

    Declaration
    public string DisplayName { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    HasTranslation

    Gets or sets a value indicating whether has translation.

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