getUserByFullName

Description

Gets the user by their full name.

Parameters

Return Type

CUser

Returns the first user found with the specified full name.

Example

CUser user = getUserByFullName("John Doe");

See also