Returns formatted username in format: fullname (nickname) if nicname specified otherwise fullname (username).
Allows you to customize how the usernames will look like throughout the admin UI.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- username
- Type: System String
Source user name
- fullname
- Type: System String
Source full name
- nickname (Optional)
- Type: System String
Source user nick name
- isLiveSite (Optional)
- Type: System Boolean
Indicates if returned username should be displayed on live site
Return Value
Type: StringSee Also