Click or drag to resize

BCRepositoryGetFullUserName Method

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: 4.0.0.0 (4.0.111.0)
Syntax
public string GetFullUserName(
	string userName,
	bool longFormat
)

Parameters

userName
Type: SystemString
The name of the user.
longFormat
Type: SystemBoolean
A value indicating whether the full name should include the user name.

Return Value

Type: String
The full name of the Windows user account.
See Also