Click or drag to resize
MembershipMethodsGetFormattedUserName Method
Returns formatted username in format: full name (nickname) if nickname specified otherwise full name (username). Allows you to customize how the usernames will look like throughout the admin UI.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static Object GetFormattedUserName(
	EvaluationContext context,
	params Object[] parameters
)

Parameters

context
Type: CMS.MacroEngineEvaluationContext
Evaluation context with child resolver
parameters
Type: SystemObject
Method parameters

Return Value

Type: Object
See Also