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
)
Public Function GetFullUserName (
userName As String,
longFormat As Boolean
) As String
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:
StringThe full name of the Windows user account.
See Also