function UserExists(UsernameOrID: string): boolean;

 

This method verifies if a User Object with the specified username (or ID) exists in the Syncplify.me Server! User Database.

 

Return value

True

The specified username (or ID) was found

False

There is no user with such username (or ID)