UserControllerGetUser Method |
| Name | Description | |
|---|---|---|
| GetUser(Int32, Boolean) | ||
| GetUser(Int32, SqlConnection, SqlTransaction) |
Returns a user object.
User is not returned if:
* he is deleted
* the caller hasn't readaccess to the user.
| |
| GetUser(Int32, UserLoadOptions, SqlConnection, SqlTransaction) |
Returns a user object.
The loadoptions can be used to specify additional load options - except IdPosList.
| |
| GetUser(Int32, Boolean, SqlConnection, SqlTransaction) |