Class MemberTypeDeletingNotification
A notification that is used to trigger the IMemberTypeService when the Delete method is called in the API.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public class MemberTypeDeletingNotification : DeletingNotification<IMemberType>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View SourceMemberTypeDeletingNotification(IEnumerable<IMemberType>, EventMessages)
Initializes a new instance of the Member
Declaration
public MemberTypeDeletingNotification(IEnumerable<IMemberType> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IMember |
target | Gets the collection of IMember |
Event |
messages | Initializes a new instance of the Event |
MemberTypeDeletingNotification(IMemberType, EventMessages)
Declaration
public MemberTypeDeletingNotification(IMemberType target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IMember |
target | |
Event |
messages |