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
    [Serializable]
    [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

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<ContentStatus, TProperty>(ContentStatus, Expression<Func<ContentStatus, TProperty>>)
    DictionaryExtensions.MergeLeft<ContentStatus, TK, TV>(ContentStatus, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<ContentStatus, TK, TV>(ContentStatus, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<ContentStatus>(ContentStatus)
    ObjectExtensions.AsEnumerableOfOne<ContentStatus>(ContentStatus)
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX