Class MemberSavingNotification
A notification that is used to trigger the IMemberService when the Saving method is called in the API.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class MemberSavingNotification : SavingNotification<IMember>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View SourceMemberSavingNotification(IEnumerable<IMember>, EventMessages)
Initializes a new instance of the MemberSavingNotification.
Declaration
public MemberSavingNotification(IEnumerable<IMember> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IMember> | target | Gets the collection of IMember objects being saved. |
EventMessages | messages | Initializes a new instance of the EventMessages. |
MemberSavingNotification(IMember, EventMessages)
Declaration
public MemberSavingNotification(IMember target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IMember | target | |
EventMessages | messages |