Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyTypeBasic

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

    Properties

    View Source

    Alias

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

    AllowCultureVariant

    Declaration
    public bool AllowCultureVariant { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    AllowSegmentVariant

    Declaration
    public bool AllowSegmentVariant { get; set; }
    Property Value
    Type Description
    System.Boolean
    View Source

    DataTypeIcon

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

    DataTypeId

    Declaration
    public int DataTypeId { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    DataTypeKey

    Declaration
    public Guid DataTypeKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    DataTypeName

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

    Description

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

    GroupId

    Declaration
    public int GroupId { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Inherited

    Gets a value indicating whether the property type is inherited through content types composition.

    Declaration
    public bool Inherited { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Inherited is true when the property is defined by a content type higher in the composition, and not by the content type currently being edited.

    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.Boolean
    View Source

    SortOrder

    Declaration
    public int SortOrder { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Validation

    Declaration
    public PropertyTypeValidation Validation { get; set; }
    Property Value
    Type Description
    PropertyTypeValidation
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • AllowCultureVariant
      • AllowSegmentVariant
      • DataTypeIcon
      • DataTypeId
      • DataTypeKey
      • DataTypeName
      • Description
      • GroupId
      • Id
      • Inherited
      • Label
      • LabelOnTop
      • SortOrder
      • Validation
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX