Search Results for

    Show / Hide Table of Contents

    Enum ContentStatus

    Describes the states of a document, with regard to (schedule) publishing.

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract]
    public enum ContentStatus

    Fields

    Name Description
    AwaitingRelease

    The document is not trashed, not published, and pending publication by a scheduled action.

    Expired

    The document is not trashed, not published, after being unpublished by a scheduled action.

    Published

    The document is published.

    Trashed

    The document is trashed.

    Unpublished

    The document is not trashed, and not published.

    Extension Methods

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