London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface INotificationUser

Define the properties and members for a notification user.

Namespace: EPiServer.Notification
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
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

Extension Methods