Search Results for

    Show / Hide Table of Contents

    Enum ContentScheduleAction

    Defines scheduled actions for documents.

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

    Fields

    Name Description
    Expire

    Expire the document.

    Release

    Release the document.

    Extension Methods

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