Click or drag to resize
FriendsActionControlGetFormattedUserName Method
Virtual method for get formatted user name. Override if you want to format sender and recipients usernames.

Namespace: CMS.Community.Web.UI
Assembly: CMS.Community.Web.UI (in CMS.Community.Web.UI.dll) Version: 10.0.0
Syntax
C#
public virtual string GetFormattedUserName(
	string userName,
	string fullName,
	string nickName
)

Parameters

userName
Type: SystemString
fullName
Type: SystemString
nickName
Type: SystemString

Return Value

Type: String
See Also