Table of Contents

Class MetadataRequestOptions

Namespace
Playnite.SDK.Plugins
Assembly
Playnite.SDK.dll

Represents options for game metadata download.

public class MetadataRequestOptions
Inheritance
MetadataRequestOptions
Inherited Members

Constructors

MetadataRequestOptions(Game, bool)

Creates new instance of MetadataRequestOptions.

public MetadataRequestOptions(Game gameData, bool backgroundDownload)

Parameters

gameData Game
backgroundDownload bool

Properties

GameData

Gets or sets game data being requested for.

public Game GameData { get; set; }

Property Value

Game

IsBackgroundDownload

Gets or sets value indicating whether the request is part of bulk metadata download.

public bool IsBackgroundDownload { get; set; }

Property Value

bool