Table of Contents

Class UserGroupNotificationArgs

Namespace
Dynamicweb.Security.UserManagement.Notifications
Assembly
Dynamicweb.Core.dll

Represents a group notification agruments.

public sealed class UserGroupNotificationArgs : NotificationArgs
Inheritance
UserGroupNotificationArgs
Inherited Members

Constructors

UserGroupNotificationArgs(UserGroup)

Creates a new instance of a class.

public UserGroupNotificationArgs(UserGroup subject)

Parameters

subject UserGroup

The changed group.

Properties

Subject

Gets the subject of the notification (group which has been changed).

public UserGroup Subject { get; }

Property Value

UserGroup
To top