Skip to end of banner
Go to start of banner

getUserByFullName

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

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

  • No labels