Returns the full name of the Windows user account of the given user.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public string GetFullUserName(
	string userName,
	bool longFormat
)
Visual Basic
Public Function GetFullUserName ( _
	userName As String, _
	longFormat As Boolean _
) As String
Visual C++
public:
String^ GetFullUserName(
	String^ userName, 
	bool longFormat
)

Parameters

userName
Type: System..::..String
The name of the user.
longFormat
Type: System..::..Boolean
A value indicating whether the full name should include the user name.

Return Value

The full name of the Windows user account.

See Also