Class ExternalMemberDeletedNotification
Notification that is published after an external member has been deleted.
Inheritance
object
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 SourceExternalMemberDeletedNotification(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. |