Interface INotificationUser
Define the properties and members for a notification user. This class supports the EPiServer infrastructure and is not intended to be used directly from your code.
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 8.11.0Syntax
public interface INotificationUser
Properties
DisplayName
Gets the display name.
Declaration
string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Gets the name of user.
Declaration
string UserName { get; }
Property Value
Type | Description |
---|---|
System.String |