• Core
  • Infrastructure
  • Web
  • Extensions
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 : int

    Fields

    Name Description
    Expire

    Expire the document.

    Release

    Release the document.

    Extension Methods

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