Class MemberSavedNotification
A notification that is used to trigger the IMemberService when the Save method is called in the API and after data has been persisted.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Notifications
Assembly: Umbraco.Core.dll
Syntax
public sealed class MemberSavedNotification : SavedNotification<IMember>, IStatefulNotification, INotification
Constructors
View SourceMemberSavedNotification(IEnumerable<IMember>, EventMessages)
Initializes a new instance of the MemberSavedNotification.
Declaration
public MemberSavedNotification(IEnumerable<IMember> target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<IMember> | target | Gets the saved collection of IMember objects. |
EventMessages | messages | Initializes a new instance of the EventMessages. |
MemberSavedNotification(IMember, EventMessages)
Declaration
public MemberSavedNotification(IMember target, EventMessages messages)
Parameters
Type | Name | Description |
---|---|---|
IMember | target | |
EventMessages | messages |