Click or drag to resize
ActivityLoggerGetFriendlyUserName Method (BaseInfo)

Note: This API is now obsolete.

Joins user name consisting of first, middle, last and e-mail address in one string.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Use UserNameFormatter instead.")]
public static string GetFriendlyUserName(
	BaseInfo ui
)

Parameters

ui
Type: CMS.DataEngineBaseInfo
User info

Return Value

Type: String
See Also