Class Standard.User.OnBeforeExtranetLoginArgs
- Namespace
- Dynamicweb.Notifications
- Assembly
- Dynamicweb.dll
The notification args class containing relevant information for the OnBeforeExtranetLogin event.
public class Standard.User.OnBeforeExtranetLoginArgs : NotificationArgs
- Inheritance
-
Standard.User.OnBeforeExtranetLoginArgs
- Inherited Members
Properties
Password
Gets the password.
public string Password { get; init; }
Property Value
- string
The password.
UserName
Gets the user name.
public string UserName { get; init; }
Property Value
- string
The user name.