Class Constants.UdiEntityType
Defines well-known entity types.
Inheritance
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 SourceAnyGuid
The entity type for any GUID-based entity (used for tests).
Declaration
public const string AnyGuid = "any-guid"
Field Value
| Type | Description |
|---|---|
| string |
AnyString
The entity type for any string-based entity (used for tests).
Declaration
public const string AnyString = "any-string"
Field Value
| Type | Description |
|---|---|
| string |
DataType
The entity type for data types.
Declaration
public const string DataType = "data-type"
Field Value
| Type | Description |
|---|---|
| string |
DataTypeContainer
The entity type for data type containers (folders).
Declaration
public const string DataTypeContainer = "data-type-container"
Field Value
| Type | Description |
|---|---|
| string |
DictionaryItem
The entity type for dictionary items.
Declaration
public const string DictionaryItem = "dictionary-item"
Field Value
| Type | Description |
|---|---|
| string |
Document
The entity type for documents (content items).
Declaration
public const string Document = "document"
Field Value
| Type | Description |
|---|---|
| string |
DocumentBlueprint
The entity type for document blueprints (content templates).
Declaration
public const string DocumentBlueprint = "document-blueprint"
Field Value
| Type | Description |
|---|---|
| string |
DocumentBlueprintContainer
The entity type for document blueprint containers (folders).
Declaration
public const string DocumentBlueprintContainer = "document-blueprint-container"
Field Value
| Type | Description |
|---|---|
| string |
DocumentType
The entity type for document types (content types).
Declaration
public const string DocumentType = "document-type"
Field Value
| Type | Description |
|---|---|
| string |
DocumentTypeContainer
The entity type for document type containers (folders).
Declaration
public const string DocumentTypeContainer = "document-type-container"
Field Value
| Type | Description |
|---|---|
| string |
Element
The entity type for elements (element type instances).
Declaration
public const string Element = "element"
Field Value
| Type | Description |
|---|---|
| string |
FormsDataSource
The entity type for Umbraco Forms data sources.
Declaration
public const string FormsDataSource = "forms-datasource"
Field Value
| Type | Description |
|---|---|
| string |
FormsForm
The entity type for Umbraco Forms forms.
Declaration
public const string FormsForm = "forms-form"
Field Value
| Type | Description |
|---|---|
| string |
FormsPreValue
The entity type for Umbraco Forms pre-values.
Declaration
public const string FormsPreValue = "forms-prevalue"
Field Value
| Type | Description |
|---|---|
| string |
Language
The entity type for languages.
Declaration
public const string Language = "language"
Field Value
| Type | Description |
|---|---|
| string |
Media
The entity type for media items.
Declaration
public const string Media = "media"
Field Value
| Type | Description |
|---|---|
| string |
MediaFile
The entity type for media files.
Declaration
public const string MediaFile = "media-file"
Field Value
| Type | Description |
|---|---|
| string |
MediaType
The entity type for media types.
Declaration
public const string MediaType = "media-type"
Field Value
| Type | Description |
|---|---|
| string |
MediaTypeContainer
The entity type for media type containers (folders).
Declaration
public const string MediaTypeContainer = "media-type-container"
Field Value
| Type | Description |
|---|---|
| string |
Member
The entity type for members.
Declaration
public const string Member = "member"
Field Value
| Type | Description |
|---|---|
| string |
MemberGroup
The entity type for member groups.
Declaration
public const string MemberGroup = "member-group"
Field Value
| Type | Description |
|---|---|
| string |
MemberType
The entity type for member types.
Declaration
public const string MemberType = "member-type"
Field Value
| Type | Description |
|---|---|
| string |
MemberTypeContainer
The entity type for member type containers (folders).
Declaration
public const string MemberTypeContainer = "member-type-container"
Field Value
| Type | Description |
|---|---|
| string |
PartialView
The entity type for partial views.
Declaration
public const string PartialView = "partial-view"
Field Value
| Type | Description |
|---|---|
| string |
Relation
The entity type for relations.
Declaration
public const string Relation = "relation"
Field Value
| Type | Description |
|---|---|
| string |
RelationType
The entity type for relation types.
Declaration
public const string RelationType = "relation-type"
Field Value
| Type | Description |
|---|---|
| string |
Script
The entity type for scripts.
Declaration
public const string Script = "script"
Field Value
| Type | Description |
|---|---|
| string |
Stylesheet
The entity type for stylesheets.
Declaration
public const string Stylesheet = "stylesheet"
Field Value
| Type | Description |
|---|---|
| string |
Template
The entity type for templates.
Declaration
public const string Template = "template"
Field Value
| Type | Description |
|---|---|
| string |
TemplateFile
The entity type for template files.
Declaration
public const string TemplateFile = "template-file"
Field Value
| Type | Description |
|---|---|
| string |
Unknown
The entity type for unknown entities.
Declaration
public const string Unknown = "unknown"
Field Value
| Type | Description |
|---|---|
| string |
User
The entity type for users.
Declaration
public const string User = "user"
Field Value
| Type | Description |
|---|---|
| string |
UserGroup
The entity type for user groups.
Declaration
public const string UserGroup = "user-group"
Field Value
| Type | Description |
|---|---|
| string |
Webhook
The entity type for webhooks.
Declaration
public const string Webhook = "webhook"
Field Value
| Type | Description |
|---|---|
| string |