CurrentUser Class

GF API Documentation
The currently logged-in user
Inheritance Hierarchy

SystemObject
  GF.Api.UsersUser
    GF.Api.UsersCurrentUser

Namespace:  GF.Api.Users
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

public sealed class CurrentUser : User

The CurrentUser type exposes the following members.

Constructors

  NameDescription
Public methodCurrentUser
Initializes a new instance of the CurrentUser class
Top
Properties

  NameDescription
Public propertyID
Server identifier
(Inherited from User.)
Public propertyIsAdmin
Does the user have admin privileges?
Public propertyIsOnline
Is the user currently logged in to the GF servers?
(Inherited from User.)
Public propertyName
User name
(Inherited from User.)
Public propertyPasswordExpirationDate
Date the user's password will expire
Top
Methods

  NameDescription
Public methodCompareTo
IComparable implementation
(Inherited from User.)
Public methodToString
String representation
(Inherited from User.)
Top
See Also

Reference