Search Results for

    Show / Hide Table of Contents
    View Source

    Class PublicAccessEntrySavingNotification

    Notification published before public access entries are saved.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IEnumerable<PublicAccessEntry>>
    CancelableObjectNotification<IEnumerable<PublicAccessEntry>>
    CancelableEnumerableObjectNotification<PublicAccessEntry>
    SavingNotification<PublicAccessEntry>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class PublicAccessEntrySavingNotification : SavingNotification<PublicAccessEntry>, IStatefulNotification, ICancelableNotification, INotification
    Remarks

    This notification is cancelable, allowing handlers to prevent the save operation by setting Cancel to true.

    Constructors

    View Source

    PublicAccessEntrySavingNotification(IEnumerable<PublicAccessEntry>, EventMessages)

    Initializes a new instance of the PublicAccessEntrySavingNotification class with multiple entries.

    Declaration
    public PublicAccessEntrySavingNotification(IEnumerable<PublicAccessEntry> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<PublicAccessEntry> target

    The public access entries being saved.

    EventMessages messages

    The event messages collection.

    View Source

    PublicAccessEntrySavingNotification(PublicAccessEntry, EventMessages)

    Initializes a new instance of the PublicAccessEntrySavingNotification class with a single entry.

    Declaration
    public PublicAccessEntrySavingNotification(PublicAccessEntry target, EventMessages messages)
    Parameters
    Type Name Description
    PublicAccessEntry target

    The public access entry being saved.

    EventMessages messages

    The event messages collection.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX