Table of Contents

Class GroupNotificationArgs

Namespace
Dynamicweb.Security.UserManagement.Notifications
Assembly
Dynamicweb.Security.dll
Represents a group notification agruments.
public class GroupNotificationArgs : NotificationArgs
Inheritance
GroupNotificationArgs
Inherited Members

Constructors

GroupNotificationArgs(Group)

Creates a new instance of a class.
public GroupNotificationArgs(Group subject)

Parameters

subject Group
The changed group.

Properties

Subject

Gets the subject of the notification (group which has been changed).
public Group Subject { get; }

Property Value

Group
To top