Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentPropertyDisplay

    Represents a content property that is displayed in the UI

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

    Constructors

    View Source

    ContentPropertyDisplay()

    Declaration
    public ContentPropertyDisplay()

    Properties

    View Source

    Config

    Declaration
    [DataMember(Name = "config")]
    public IDictionary<string, object>? Config { get; set; }
    Property Value
    Type Description
    System.Nullable<IDictionary<System.String, System.Object>>
    View Source

    ConfigNullable

    Declaration
    [IgnoreDataMember]
    public IDictionary<string, object>? ConfigNullable { get; set; }
    Property Value
    Type Description
    System.Nullable<IDictionary<System.String, System.Object>>
    View Source

    Description

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

    HideLabel

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

    Label

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

    LabelOnTop

    Declaration
    [DataMember(Name = "labelOnTop")]
    public bool? LabelOnTop { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    View Source

    Readonly

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

    Validation

    Declaration
    [DataMember(Name = "validation")]
    public PropertyTypeValidation Validation { get; set; }
    Property Value
    Type Description
    PropertyTypeValidation
    View Source

    Variations

    Declaration
    [DataMember(Name = "variations")]
    public ContentVariation Variations { get; set; }
    Property Value
    Type Description
    ContentVariation
    View Source

    View

    Declaration
    [DataMember(Name = "view", IsRequired = true)]
    [Required(AllowEmptyStrings = false)]
    public string View { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ContentPropertyDisplay()
    • Properties
      • Config
      • ConfigNullable
      • Description
      • HideLabel
      • Label
      • LabelOnTop
      • Readonly
      • Validation
      • Variations
      • View
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX