Class UserNotificationArgs
- Namespace
- Dynamicweb.Security.UserManagement.Notifications
- Assembly
- Dynamicweb.Core.dll
Represents a user notification agruments.
public class UserNotificationArgs : NotificationArgs
- Inheritance
-
UserNotificationArgs
- Derived
- Inherited Members
Constructors
UserNotificationArgs(User)
Creates a new instance of a class.
public UserNotificationArgs(User subject)
Parameters
subject
UserThe changed user.
Properties
Subject
Gets the subject of the notification (user which has been changed).
public User Subject { get; }
Property Value
- User
User which has been changed.