Returns the user name in a format suitable for display.
Namespace:
EPiServer.PersonalizationAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public string DisplayName { get; } |
Field Value
The display name of the user.
Remarks
If FirstName is defined, will return "FirstName LastName (UserName)", otherwise return
"UserName".