Search Results for

    Show / Hide Table of Contents
    View Source

    Class ExternalMemberDeletedNotification

    Notification that is published after an external member has been deleted.

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

    This notification is published by the IExternalMemberService after the external member has been removed. It is not cancelable since the delete operation has already completed.

    Constructors

    View Source

    ExternalMemberDeletedNotification(ExternalMemberIdentity, EventMessages)

    Initializes a new instance of the ExternalMemberDeletedNotification class with a single external member.

    Declaration
    public ExternalMemberDeletedNotification(ExternalMemberIdentity target, EventMessages messages)
    Parameters
    Type Name Description
    ExternalMemberIdentity target

    The external member that was deleted.

    EventMessages messages

    The event messages collection.

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