C-DEngine 5.105

TheUserManager..::..GetUserFullName Method

Returns the name of a user

Namespace:  nsCDEngine.Security
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static string GetUserFullName(
	Guid pUser
)
Public Shared Function GetUserFullName ( _
	pUser As Guid _
) As String
public:
static String^ GetUserFullName(
	Guid^ pUser
)

Parameters

pUser
Type: Guid
UID of the user to request name from

Return Value