Click or drag to resize
UserNameFormatter Class
Translates UserInfo to human readable format.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsUserNameFormatter

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static class UserNameFormatter
Methods
  NameDescription
Public methodStatic memberGetFriendlyUserName(Int32)
Joins user name consisting of first, middle, last and e-mail address in one string.
Public methodStatic memberGetFriendlyUserName(BaseInfo)
Joins user name consisting of first, middle, last and e-mail address in one string.
Public methodStatic memberGetFriendlyUserName(UserInfo)
Joins user name consisting of first, middle, last and e-mail address in one string.
Public methodStatic memberGetFriendlyUserName(String, String, String, String, String)
Joins user name consisting of first, middle, last and e-mail address in one string.
Top
See Also