Search Results for

    Show / Hide Table of Contents

    Enum ContentSaveAction

    The action associated with saving a content item.

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

    Fields

    Name Description
    Publish

    Saves and publishes the content item.

    PublishNew

    Creates and publishes a new content item.

    PublishWithDescendants

    Saves and publishes the content item including all descendants that have a published version.

    PublishWithDescendantsForce

    Saves and publishes the content item including all descendants regardless of whether they have a published version or not.

    PublishWithDescendantsForceNew

    Creates and publishes the new content item including all descendants regardless of whether they have a published version or not.

    PublishWithDescendantsNew

    Creates and publishes the new content item including all descendants that have a published version.

    Save

    Saves the content item, no publish.

    SaveNew

    Creates a new content item.

    Schedule

    Saves and schedules publishing.

    ScheduleNew

    Creates and schedules publishing.

    SendPublish

    Saves and sends publish notification.

    SendPublishNew

    Creates and sends publish notification.

    Extension Methods

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