Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypeBasic

    The basic data type information

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

    Properties

    View Source

    Group

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

    HasPrevalues

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

    IsSystemDataType

    Whether or not this is a system data type, in which case it cannot be deleted

    Declaration
    [DataMember(Name = "isSystem")]
    public bool IsSystemDataType { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Group
      • HasPrevalues
      • IsSystemDataType
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX