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.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax 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:
ObjectSee Also