Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.UdiEntityType

    Defines well-known entity types.

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

    Well-known entity types are those that Deploy already knows about, but entity types are strings and so can be extended beyond what is defined here.

    Fields

    View Source

    AnyGuid

    The entity type for any GUID-based entity (used for tests).

    Declaration
    public const string AnyGuid = "any-guid"
    Field Value
    Type Description
    string
    View Source

    AnyString

    The entity type for any string-based entity (used for tests).

    Declaration
    public const string AnyString = "any-string"
    Field Value
    Type Description
    string
    View Source

    DataType

    The entity type for data types.

    Declaration
    public const string DataType = "data-type"
    Field Value
    Type Description
    string
    View Source

    DataTypeContainer

    The entity type for data type containers (folders).

    Declaration
    public const string DataTypeContainer = "data-type-container"
    Field Value
    Type Description
    string
    View Source

    DictionaryItem

    The entity type for dictionary items.

    Declaration
    public const string DictionaryItem = "dictionary-item"
    Field Value
    Type Description
    string
    View Source

    Document

    The entity type for documents (content items).

    Declaration
    public const string Document = "document"
    Field Value
    Type Description
    string
    View Source

    DocumentBlueprint

    The entity type for document blueprints (content templates).

    Declaration
    public const string DocumentBlueprint = "document-blueprint"
    Field Value
    Type Description
    string
    View Source

    DocumentBlueprintContainer

    The entity type for document blueprint containers (folders).

    Declaration
    public const string DocumentBlueprintContainer = "document-blueprint-container"
    Field Value
    Type Description
    string
    View Source

    DocumentType

    The entity type for document types (content types).

    Declaration
    public const string DocumentType = "document-type"
    Field Value
    Type Description
    string
    View Source

    DocumentTypeContainer

    The entity type for document type containers (folders).

    Declaration
    public const string DocumentTypeContainer = "document-type-container"
    Field Value
    Type Description
    string
    View Source

    Element

    The entity type for elements (element type instances).

    Declaration
    public const string Element = "element"
    Field Value
    Type Description
    string
    View Source

    FormsDataSource

    The entity type for Umbraco Forms data sources.

    Declaration
    public const string FormsDataSource = "forms-datasource"
    Field Value
    Type Description
    string
    View Source

    FormsForm

    The entity type for Umbraco Forms forms.

    Declaration
    public const string FormsForm = "forms-form"
    Field Value
    Type Description
    string
    View Source

    FormsPreValue

    The entity type for Umbraco Forms pre-values.

    Declaration
    public const string FormsPreValue = "forms-prevalue"
    Field Value
    Type Description
    string
    View Source

    Language

    The entity type for languages.

    Declaration
    public const string Language = "language"
    Field Value
    Type Description
    string
    View Source

    Media

    The entity type for media items.

    Declaration
    public const string Media = "media"
    Field Value
    Type Description
    string
    View Source

    MediaFile

    The entity type for media files.

    Declaration
    public const string MediaFile = "media-file"
    Field Value
    Type Description
    string
    View Source

    MediaType

    The entity type for media types.

    Declaration
    public const string MediaType = "media-type"
    Field Value
    Type Description
    string
    View Source

    MediaTypeContainer

    The entity type for media type containers (folders).

    Declaration
    public const string MediaTypeContainer = "media-type-container"
    Field Value
    Type Description
    string
    View Source

    Member

    The entity type for members.

    Declaration
    public const string Member = "member"
    Field Value
    Type Description
    string
    View Source

    MemberGroup

    The entity type for member groups.

    Declaration
    public const string MemberGroup = "member-group"
    Field Value
    Type Description
    string
    View Source

    MemberType

    The entity type for member types.

    Declaration
    public const string MemberType = "member-type"
    Field Value
    Type Description
    string
    View Source

    MemberTypeContainer

    The entity type for member type containers (folders).

    Declaration
    public const string MemberTypeContainer = "member-type-container"
    Field Value
    Type Description
    string
    View Source

    PartialView

    The entity type for partial views.

    Declaration
    public const string PartialView = "partial-view"
    Field Value
    Type Description
    string
    View Source

    Relation

    The entity type for relations.

    Declaration
    public const string Relation = "relation"
    Field Value
    Type Description
    string
    View Source

    RelationType

    The entity type for relation types.

    Declaration
    public const string RelationType = "relation-type"
    Field Value
    Type Description
    string
    View Source

    Script

    The entity type for scripts.

    Declaration
    public const string Script = "script"
    Field Value
    Type Description
    string
    View Source

    Stylesheet

    The entity type for stylesheets.

    Declaration
    public const string Stylesheet = "stylesheet"
    Field Value
    Type Description
    string
    View Source

    Template

    The entity type for templates.

    Declaration
    public const string Template = "template"
    Field Value
    Type Description
    string
    View Source

    TemplateFile

    The entity type for template files.

    Declaration
    public const string TemplateFile = "template-file"
    Field Value
    Type Description
    string
    View Source

    Unknown

    The entity type for unknown entities.

    Declaration
    public const string Unknown = "unknown"
    Field Value
    Type Description
    string
    View Source

    User

    The entity type for users.

    Declaration
    public const string User = "user"
    Field Value
    Type Description
    string
    View Source

    UserGroup

    The entity type for user groups.

    Declaration
    public const string UserGroup = "user-group"
    Field Value
    Type Description
    string
    View Source

    Webhook

    The entity type for webhooks.

    Declaration
    public const string Webhook = "webhook"
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX