Search Results for

    Show / Hide Table of Contents

    Enum PublishNotificationSaveOptions

    Specifies options for publishing notifcations when saving.

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

    Fields

    Name Description
    All

    Publish all the notifications.

    None

    Do not publish any notifications.

    Saved

    Only publish the saved notification.

    Saving

    Only publish the saving notification.

    Extension Methods

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