Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.DataTypes

    Contains constants for built-in Umbraco data types.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class Constants.DataTypes

    Fields

    View Source

    Boolean

    The integer ID for the Boolean (True/False) data type.

    Declaration
    public const int Boolean = -49
    Field Value
    Type Description
    int
    View Source

    DateTime

    The integer ID for the Date/Time data type.

    Declaration
    public const int DateTime = -36
    Field Value
    Type Description
    int
    View Source

    DefaultContentListView

    The integer ID for the default content list view data type.

    Declaration
    public const int DefaultContentListView = -95
    Field Value
    Type Description
    int
    View Source

    DefaultMediaListView

    The integer ID for the default media list view data type.

    Declaration
    public const int DefaultMediaListView = -96
    Field Value
    Type Description
    int
    View Source

    DefaultMembersListView

    The integer ID for the default members list view data type.

    Declaration
    public const int DefaultMembersListView = -97
    Field Value
    Type Description
    int
    View Source

    DropDownMultiple

    The integer ID for the Dropdown (multiple select) data type.

    Declaration
    public const int DropDownMultiple = -42
    Field Value
    Type Description
    int
    View Source

    DropDownSingle

    The integer ID for the Dropdown (single select) data type.

    Declaration
    public const int DropDownSingle = -39
    Field Value
    Type Description
    int
    View Source

    ImageCropper

    The integer ID for the Image Cropper data type.

    Declaration
    public const int ImageCropper = 1043
    Field Value
    Type Description
    int
    View Source

    LabelBigint

    The integer ID for the Label (big integer) data type.

    Declaration
    public const int LabelBigint = -93
    Field Value
    Type Description
    int
    View Source

    LabelBytes

    The integer ID for the Label (bytes) data type.

    Declaration
    public const int LabelBytes = -104
    Field Value
    Type Description
    int
    View Source

    LabelDateTime

    The integer ID for the Label (date/time) data type.

    Declaration
    public const int LabelDateTime = -94
    Field Value
    Type Description
    int
    View Source

    LabelDecimal

    The integer ID for the Label (decimal) data type.

    Declaration
    public const int LabelDecimal = -99
    Field Value
    Type Description
    int
    View Source

    LabelInt

    The integer ID for the Label (integer) data type.

    Declaration
    public const int LabelInt = -91
    Field Value
    Type Description
    int
    View Source

    LabelPixels

    The integer ID for the Label (pixels) data type.

    Declaration
    public const int LabelPixels = -105
    Field Value
    Type Description
    int
    View Source

    LabelString

    The integer ID for the Label (string) data type.

    Declaration
    public const int LabelString = -92
    Field Value
    Type Description
    int
    View Source

    LabelTime

    The integer ID for the Label (time) data type.

    Declaration
    public const int LabelTime = -98
    Field Value
    Type Description
    int
    View Source

    RichtextEditor

    The integer ID for the Rich Text Editor data type.

    Declaration
    public const int RichtextEditor = -87
    Field Value
    Type Description
    int
    View Source

    Tags

    The integer ID for the Tags data type.

    Declaration
    public const int Tags = 1041
    Field Value
    Type Description
    int
    View Source

    Textarea

    The integer ID for the Textarea data type.

    Declaration
    public const int Textarea = -89
    Field Value
    Type Description
    int
    View Source

    Textbox

    The integer ID for the Textbox data type.

    Declaration
    public const int Textbox = -88
    Field Value
    Type Description
    int
    View Source

    Upload

    The integer ID for the Upload (file) data type.

    Declaration
    public const int Upload = -90
    Field Value
    Type Description
    int
    View Source

    UploadArticle

    The integer ID for the Upload (article) data type.

    Declaration
    public const int UploadArticle = -102
    Field Value
    Type Description
    int
    View Source

    UploadAudio

    The integer ID for the Upload (audio) data type.

    Declaration
    public const int UploadAudio = -101
    Field Value
    Type Description
    int
    View Source

    UploadVectorGraphics

    The integer ID for the Upload (vector graphics) data type.

    Declaration
    public const int UploadVectorGraphics = -103
    Field Value
    Type Description
    int
    View Source

    UploadVideo

    The integer ID for the Upload (video) data type.

    Declaration
    public const int UploadVideo = -100
    Field Value
    Type Description
    int
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX