Show / Hide Table of Contents

Class User

Represents a user on the Platform

Inheritance
object
User
Namespace: PlayUR
Assembly: PlayUR.dll
Syntax
public class User

Fields

| Improve this Doc View Source

accessLevel

The user's defined access level as defined on Owners tab of the platform. Will be -1 if not an owner

Declaration
public int accessLevel
Field Value
Type Description
int
| Improve this Doc View Source

id

The user's ID

Declaration
public int id
Field Value
Type Description
int
| Improve this Doc View Source

name

The user's username

Declaration
public string name
Field Value
Type Description
string

Properties

| Improve this Doc View Source

IsGameOwner

Is the user listed as an owner of this game?

Declaration
public bool IsGameOwner { get; }
Property Value
Type Description
bool
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX