Search Results for

    Show / Hide Table of Contents

    Enum UmbracoObjectTypes

    Enum used to represent the Umbraco Object Types and their associated GUIDs

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public enum UmbracoObjectTypes

    Fields

    Name Description
    DataType

    Data Type

    DataTypeContainer

    Media type container

    Document

    Document

    DocumentBlueprint

    Document Blueprint

    DocumentType

    Document Type

    DocumentTypeContainer

    Document type container

    FormsDataSource

    Forms DataSource

    FormsForm

    Forms Form

    FormsPreValue

    Forms PreValue

    IdReservation

    Reserved Identifier

    Language

    Language

    Media

    Media

    MediaType

    "Media Type

    MediaTypeContainer

    Media type container

    Member

    Member

    MemberGroup

    Member Group

    MemberType

    Member Type

    RecycleBin

    Recycle Bin

    RelationType

    Relation type

    ROOT

    Root

    Template

    Template

    Unknown

    Default value

    Extension Methods

    DictionaryExtensions.MergeLeft<UmbracoObjectTypes, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<UmbracoObjectTypes, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<UmbracoObjectTypes>()
    EnumExtensions.HasFlagAny<UmbracoObjectTypes>(UmbracoObjectTypes)
    ObjectExtensions.AsEnumerableOfOne<UmbracoObjectTypes>()
    ObjectExtensions.DisposeIfDisposable()
    ObjectExtensions.SafeCast<T>()
    ObjectExtensions.TryConvertTo<T>()
    ObjectExtensions.TryConvertTo(Type)
    ObjectExtensions.ToDictionary<UmbracoObjectTypes, TProperty, TVal>(Expression<Func<UmbracoObjectTypes, TProperty>>[])
    ObjectExtensions.ToDictionary<TVal>(String[])
    ObjectExtensions.ToXmlString(Type)
    ObjectExtensions.ToXmlString<T>()
    ObjectExtensions.AsGuid()
    ExpressionHelper.GetPropertyInfo<UmbracoObjectTypes, TProperty>(Expression<Func<UmbracoObjectTypes, TProperty>>)
    ObjectTypes.GetGuid()
    ObjectTypes.GetUdiType()
    ObjectTypes.GetName()
    ObjectTypes.GetFriendlyName()
    ObjectTypes.GetClrType()
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX