Search Results for

    Show / Hide Table of Contents

    Enum PublishedState

    The states of a content item.

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

    Fields

    Name Description
    Published

    The content item is published.

    Publishing

    The version is being saved, in order to publish the content.

    Unpublished

    The content item is not published.

    Unpublishing

    The version is being saved, in order to unpublish the content.

    Extension Methods

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