Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypeConfigurationFieldSave

    Represents a datatype configuration field model for editing.

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

    Properties

    View Source

    Key

    Gets or sets the configuration field key.

    Declaration
    [DataMember(Name = "key", IsRequired = true)]
    public string Key { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Value

    Gets or sets the configuration field value.

    Declaration
    [DataMember(Name = "value", IsRequired = true)]
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Key
      • Value
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX