AddUserIfNotExist
What it does
Returns the ID of the current user. If there is no database record for the user, a record is created.
Definition
int AddUserIfNotExist();
Parameters
None.
Returned value
Type | Description |
int | User ID |
4/12/2024 6:16:01 PM