The currently logged-in user
Inheritance Hierarchy
GF.Api.UsersUser
GF.Api.UsersCurrentUser
Namespace: GF.Api.Users
Assembly: GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax
The CurrentUser type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CurrentUser | Initializes a new instance of the CurrentUser class |
Properties
Name | Description | |
---|---|---|
ID |
Server identifier
(Inherited from User.) | |
IsAdmin |
Does the user have admin privileges?
| |
IsOnline |
Is the user currently logged in to the GF servers?
(Inherited from User.) | |
Name |
User name
(Inherited from User.) | |
PasswordExpirationDate |
Date the user's password will expire
|
Methods
Name | Description | |
---|---|---|
CompareTo | IComparable implementation
(Inherited from User.) | |
ToString |
String representation
(Inherited from User.) |
See Also