Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberGroupSavingNotification

    Notification published before member groups are saved.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IEnumerable<IMemberGroup>>
    CancelableObjectNotification<IEnumerable<IMemberGroup>>
    CancelableEnumerableObjectNotification<IMemberGroup>
    SavingNotification<IMemberGroup>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class MemberGroupSavingNotification : SavingNotification<IMemberGroup>, IStatefulNotification, ICancelableNotification, INotification
    Remarks

    This notification is cancelable, allowing handlers to prevent the save operation by setting Cancel to true.

    Constructors

    View Source

    MemberGroupSavingNotification(IEnumerable<IMemberGroup>, EventMessages)

    Initializes a new instance of the MemberGroupSavingNotification class with multiple member groups.

    Declaration
    public MemberGroupSavingNotification(IEnumerable<IMemberGroup> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IMemberGroup> target

    The member groups being saved.

    EventMessages messages

    The event messages collection.

    View Source

    MemberGroupSavingNotification(IMemberGroup, EventMessages)

    Initializes a new instance of the MemberGroupSavingNotification class with a single member group.

    Declaration
    public MemberGroupSavingNotification(IMemberGroup target, EventMessages messages)
    Parameters
    Type Name Description
    IMemberGroup target

    The member group being saved.

    EventMessages messages

    The event messages collection.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX