Search Results for

    Show / Hide Table of Contents

    Enum PublishedItemType

    The type of published element.

    Namespace: Umbraco.Cms.Core.Models.PublishedContent
    Assembly: Umbraco.Core.dll
    Syntax
    public enum PublishedItemType : int
    Remarks

    Can be a simple element, or a document, a media, a member.

    Fields

    Name Description
    Content

    A document.

    Element

    An element.

    Media

    A media.

    Member

    A member.

    Unknown

    Unknown.

    Extension Methods

    DictionaryExtensions.MergeLeft<PublishedItemType, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<PublishedItemType, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<PublishedItemType>()
    ObjectExtensions.AsEnumerableOfOne<PublishedItemType>()
    ObjectExtensions.ToDictionary<PublishedItemType, TProperty, TVal>(Expression<Func<PublishedItemType, TProperty>>[])
    ExpressionHelper.GetPropertyInfo<PublishedItemType, TProperty>(Expression<Func<PublishedItemType, TProperty>>)
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX