Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentPropertyDto

    Represents a content property from the database

    Inheritance
    System.Object
    ContentPropertyBasic
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public class ContentPropertyDto : ContentPropertyBasic

    Properties

    View Source

    DataType

    Declaration
    public IDataType DataType { get; set; }
    Property Value
    Type Description
    IDataType
    View Source

    Description

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

    IsRequired

    Declaration
    public bool? IsRequired { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    View Source

    IsRequiredMessage

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

    Label

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

    LabelOnTop

    Declaration
    public bool? LabelOnTop { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    View Source

    ValidationRegExp

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

    ValidationRegExpMessage

    Declaration
    public string ValidationRegExpMessage { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • DataType
      • Description
      • IsRequired
      • IsRequiredMessage
      • Label
      • LabelOnTop
      • ValidationRegExp
      • ValidationRegExpMessage
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX