Search Results for

    Show / Hide Table of Contents
    View Source

    Class PublicAccessEntryDeletedNotification

    Notification published after public access entries have been deleted.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IEnumerable<PublicAccessEntry>>
    EnumerableObjectNotification<PublicAccessEntry>
    DeletedNotification<PublicAccessEntry>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class PublicAccessEntryDeletedNotification : DeletedNotification<PublicAccessEntry>, IStatefulNotification, INotification
    Remarks

    Public access entries control which content nodes are restricted and require authentication. This notification is published after entries have been deleted.

    Constructors

    View Source

    PublicAccessEntryDeletedNotification(PublicAccessEntry, EventMessages)

    Initializes a new instance of the PublicAccessEntryDeletedNotification class.

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

    The public access entry that was deleted.

    EventMessages messages

    The event messages collection.

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