Interface INotificationUser
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version. Define the properties and members for a notification user.
Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 9.12.2Syntax
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 |