View Source
  Class Constants.UdiEntityType
  
  Defines well-known entity types.
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public static class UdiEntityType
   
  
  
  Fields
  
  
    View Source
  
  AnyGuid
  
  
  Declaration
  
    public const string AnyGuid = "any-guid"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  AnyString
  
  
  Declaration
  
    public const string AnyString = "any-string"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  DataType
  
  
  Declaration
  
    public const string DataType = "data-type"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  DataTypeContainer
  
  
  Declaration
  
    public const string DataTypeContainer = "data-type-container"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  DictionaryItem
  
  
  Declaration
  
    public const string DictionaryItem = "dictionary-item"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Document
  
  
  Declaration
  
    public const string Document = "document"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  DocumentBlueprint
  
  
  Declaration
  
    public const string DocumentBlueprint = "document-blueprint"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  DocumentBlueprintContainer
  
  
  Declaration
  
    public const string DocumentBlueprintContainer = "document-blueprint-container"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  DocumentType
  
  
  Declaration
  
    public const string DocumentType = "document-type"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  DocumentTypeContainer
  
  
  Declaration
  
    public const string DocumentTypeContainer = "document-type-container"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Element
  
  
  Declaration
  
    public const string Element = "element"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  
  
  
  Declaration
  
    public const string FormsDataSource = "forms-datasource"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  
  
  
  Declaration
  
    public const string FormsForm = "forms-form"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  
  
  
  Declaration
  
    public const string FormsPreValue = "forms-prevalue"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Language
  
  
  Declaration
  
    public const string Language = "language"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  
  
  
  Declaration
  
    public const string Media = "media"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  
  
  
  Declaration
  
    public const string MediaFile = "media-file"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  
  
  
  Declaration
  
    public const string MediaType = "media-type"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  
  
  
  Declaration
  
    public const string MediaTypeContainer = "media-type-container"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Member
  
  
  Declaration
  
    public const string Member = "member"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  MemberGroup
  
  
  Declaration
  
    public const string MemberGroup = "member-group"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  MemberType
  
  
  Declaration
  
    public const string MemberType = "member-type"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  PartialView
  
  
  Declaration
  
    public const string PartialView = "partial-view"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Relation
  
  
  Declaration
  
    public const string Relation = "relation"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  RelationType
  
  
  Declaration
  
    public const string RelationType = "relation-type"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Script
  
  
  Declaration
  
    public const string Script = "script"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Stylesheet
  
  
  Declaration
  
    public const string Stylesheet = "stylesheet"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Template
  
  
  Declaration
  
    public const string Template = "template"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  TemplateFile
  
  
  Declaration
  
    public const string TemplateFile = "template-file"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Unknown
  
  
  Declaration
  
    public const string Unknown = "unknown"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  User
  
  
  Declaration
  
    public const string User = "user"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  UserGroup
  
  
  Declaration
  
    public const string UserGroup = "user-group"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Webhook
  
  
  Declaration
  
    public const string Webhook = "webhook"
   
  Field Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |