Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionarySave

    Dictionary Save model

    Inheritance
    System.Object
    EntityBasic
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "dictionary", Namespace = "")]
    public class DictionarySave : EntityBasic

    Constructors

    View Source

    DictionarySave()

    Initializes a new instance of the DictionarySave class.

    Declaration
    public DictionarySave()

    Properties

    View Source

    NameIsDirty

    Gets or sets a value indicating whether name is dirty.

    Declaration
    [DataMember(Name = "nameIsDirty")]
    public bool NameIsDirty { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    ParentId

    Gets or sets the parent id.

    Declaration
    [DataMember(Name = "parentId")]
    public Guid ParentId { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Translations

    Gets the translations.

    Declaration
    [DataMember(Name = "translations")]
    public List<DictionaryTranslationSave> Translations { get; }
    Property Value
    Type Description
    List<DictionaryTranslationSave>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DictionarySave()
    • Properties
      • NameIsDirty
      • ParentId
      • Translations
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX