Public API for user functionality
Namespace: GF.Api.Users
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The IUsersApi type exposes the following members.
Methods
Name | Description | |
---|---|---|
Get |
Get all available users
| |
Get(String) |
Get user with given name
| |
Get(UserID) |
Get user with given ID
|
Events
Name | Description | |
---|---|---|
UserRelationsChanged |
Raised when the related GF.Api.Users change
| |
UserStatusChanged |
Raised when a User becomes online or offline
|
See Also