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
Peacock
Gets the user by their full name.
CUser
Returns the first user found with the specified full name.
CUser user = getUserByFullName("John Doe");