Class Standard.Admin.OnBeforeBackendLogOffArgs
- Namespace
- Dynamicweb.Notifications
- Assembly
- Dynamicweb.dll
Provides information about the user.
public class Standard.Admin.OnBeforeBackendLogOffArgs : NotificationArgs
- Inheritance
-
Standard.Admin.OnBeforeBackendLogOffArgs
- Inherited Members
Remarks
Arguments passed to Dynamicweb.Notifications.Standard.Admin.OnBeforeBackendLogOff notification.
Properties
BackendLoginProviderId
public int BackendLoginProviderId { get; set; }
Property Value
User
public User User { get; }