Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserGroupWithUsersSavedNotification

    Notification published after user groups with their associated users have been saved.

    Inheritance
    object
    StatefulNotification
    ObjectNotification<IEnumerable<UserGroupWithUsers>>
    EnumerableObjectNotification<UserGroupWithUsers>
    SavedNotification<UserGroupWithUsers>
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class UserGroupWithUsersSavedNotification : SavedNotification<UserGroupWithUsers>, IStatefulNotification, INotification
    Remarks

    This notification includes both the user group and the users assigned to it.

    Constructors

    View Source

    UserGroupWithUsersSavedNotification(IEnumerable<UserGroupWithUsers>, EventMessages)

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

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

    The user groups with users that were saved.

    EventMessages messages

    The event messages collection.

    View Source

    UserGroupWithUsersSavedNotification(UserGroupWithUsers, EventMessages)

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

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

    The user group with users that was saved.

    EventMessages messages

    The event messages collection.

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