Class MemberDeletedNotification
A notification that is used to trigger the IMemberService when the Delete and DeleteMembersOfType methods are called in the API, after the members have been deleted.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class MemberDeletedNotification : DeletedNotification<IMember>, IStatefulNotification, INotification
Constructors
View SourceMemberDeletedNotification(IMember, EventMessages)
Initializes a new instance of the MemberDeletedNotification.
Declaration
public MemberDeletedNotification(IMember target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IMember | target | Gets the collection of deleted IMember objects. |
EventMessages | messages | Initializes a new instance of the EventMessages. |