Table of Contents

Class ImportableGame

Namespace
Playnite
Assembly
Playnite.SDK.dll
public class ImportableGame
Inheritance
ImportableGame
Inherited Members

Constructors

ImportableGame(string, string, string)

public ImportableGame(string name, string libraryId, string gameId)

Parameters

name string
libraryId string
gameId string

Properties

Actions

public List<GameAction>? Actions { get; set; }

Property Value

List<GameAction>

AgeRatings

public List<ImportableProperty>? AgeRatings { get; set; }

Property Value

List<ImportableProperty>

Categories

public List<ImportableProperty>? Categories { get; set; }

Property Value

List<ImportableProperty>

CommunityScore

public int CommunityScore { get; set; }

Property Value

int

CompletionStatus

public ImportableProperty? CompletionStatus { get; set; }

Property Value

ImportableProperty

CriticScore

public int CriticScore { get; set; }

Property Value

int

Description

public GameDescription? Description { get; set; }

Property Value

GameDescription

Developers

public List<ImportableProperty>? Developers { get; set; }

Property Value

List<ImportableProperty>

EnableSystemHdr

public bool EnableSystemHdr { get; set; }

Property Value

bool

ExternalIdentifiers

public List<ImportableExternalIdentifier>? ExternalIdentifiers { get; set; }

Property Value

List<ImportableExternalIdentifier>

Favorite

public bool Favorite { get; set; }

Property Value

bool

Features

public List<ImportableProperty>? Features { get; set; }

Property Value

List<ImportableProperty>

GameId

public string GameId { get; set; }

Property Value

string

Genres

public List<ImportableProperty>? Genres { get; set; }

Property Value

List<ImportableProperty>

Hidden

public bool Hidden { get; set; }

Property Value

bool

InstallDate

public DateTimeOffset? InstallDate { get; set; }

Property Value

DateTimeOffset?

InstallDirectory

public string? InstallDirectory { get; set; }

Property Value

string

InstallSize

public ulong InstallSize { get; set; }

Property Value

ulong

InstallState

public InstallState InstallState { get; set; }

Property Value

InstallState

LastPlayedDate

public DateTimeOffset? LastPlayedDate { get; set; }

Property Value

DateTimeOffset?

LibraryId

public string LibraryId { get; set; }

Property Value

string
public List<ImportableWebLink>? Links { get; set; }

Property Value

List<ImportableWebLink>

MediaFiles

public List<ImportableFile>? MediaFiles { get; set; }

Property Value

List<ImportableFile>

Name

public string Name { get; set; }

Property Value

string

Notes

public GameNote? Notes { get; set; }

Property Value

GameNote

ObtainedDate

public DateTimeOffset? ObtainedDate { get; set; }

Property Value

DateTimeOffset?

Platforms

public List<ImportableProperty>? Platforms { get; set; }

Property Value

List<ImportableProperty>

PlayTime

public uint PlayTime { get; set; }

Property Value

uint

Publishers

public List<ImportableProperty>? Publishers { get; set; }

Property Value

List<ImportableProperty>

Regions

public List<ImportableProperty>? Regions { get; set; }

Property Value

List<ImportableProperty>

ReleaseDate

public PartialDate? ReleaseDate { get; set; }

Property Value

PartialDate

Series

public List<ImportableProperty>? Series { get; set; }

Property Value

List<ImportableProperty>

Sessions

public List<ImportableGameSession>? Sessions { get; set; }

Property Value

List<ImportableGameSession>

SortingName

public string? SortingName { get; set; }

Property Value

string

Source

public ImportableProperty? Source { get; set; }

Property Value

ImportableProperty

Tags

public List<ImportableProperty>? Tags { get; set; }

Property Value

List<ImportableProperty>

UserScore

public int UserScore { get; set; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.