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 MemberTypeDeletingNotification.
Declaration
public MemberTypeDeletingNotification(IEnumerable<IMemberType> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IMemberType> | target | Gets the collection of IMemberType objects being deleted. |
EventMessages | messages | Initializes a new instance of the EventMessages. |
MemberTypeDeletingNotification(IMemberType, EventMessages)
Declaration
public MemberTypeDeletingNotification(IMemberType target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IMemberType | target | |
EventMessages | messages |