Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserGroupWithUsersSavingNotification

    Notification published before user groups with their associated users are saved.

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

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

    Constructors

    View Source

    UserGroupWithUsersSavingNotification(IEnumerable<UserGroupWithUsers>, EventMessages)

    Initializes a new instance of the UserGroupWithUsersSavingNotification class with multiple user groups with users.

    Declaration
    public UserGroupWithUsersSavingNotification(IEnumerable<UserGroupWithUsers> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<UserGroupWithUsers> target

    The user groups with users being saved.

    EventMessages messages

    The event messages collection.

    View Source

    UserGroupWithUsersSavingNotification(UserGroupWithUsers, EventMessages)

    Initializes a new instance of the UserGroupWithUsersSavingNotification class with a single user group with users.

    Declaration
    public UserGroupWithUsersSavingNotification(UserGroupWithUsers target, EventMessages messages)
    Parameters
    Type Name Description
    UserGroupWithUsers target

    The user group with users being saved.

    EventMessages messages

    The event messages collection.

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