Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserGroupSavedNotification

    Notification published after user groups have been saved.

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

    This notification is published after user groups have been successfully saved, allowing handlers to react for auditing or cache invalidation purposes.

    Constructors

    View Source

    UserGroupSavedNotification(IEnumerable<IUserGroup>, EventMessages)

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

    Declaration
    public UserGroupSavedNotification(IEnumerable<IUserGroup> target, EventMessages messages)
    Parameters
    Type Name Description
    IEnumerable<IUserGroup> target

    The user groups that were saved.

    EventMessages messages

    The event messages collection.

    View Source

    UserGroupSavedNotification(IUserGroup, EventMessages)

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

    Declaration
    public UserGroupSavedNotification(IUserGroup target, EventMessages messages)
    Parameters
    Type Name Description
    IUserGroup target

    The user group that was saved.

    EventMessages messages

    The event messages collection.

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