Class UserSavedNotificationArgs
- Namespace
- Dynamicweb.Security.UserManagement.Notifications
- Assembly
- Dynamicweb.Core.dll
Represents an user saved notification agruments.
public class UserSavedNotificationArgs : UserNotificationArgs
- Inheritance
-
UserSavedNotificationArgs
- Inherited Members
Constructors
UserSavedNotificationArgs(User)
Creates a new instance of a class.
public UserSavedNotificationArgs(User subject)
Parameters
subject
UserThe changed user.
UserSavedNotificationArgs(User, bool)
Creates a new instance of a class.
public UserSavedNotificationArgs(User subject, bool isNew)
Parameters
Properties
IsNew
Indicates whether the user is new.
public bool IsNew { get; }
Property Value
- bool
True
orFalse
.